Searched refs:FLOATING_FORMAT_STR (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json.h | 100 const char* FLOATING_FORMAT_STR = "%.17g"; in append() local 101 const int size = snprintf(nullptr, 0, FLOATING_FORMAT_STR, floatingPoint); in append() 108 … snprintf_s(out.data() + oldSize, newSize + 1 - oldSize, size, FLOATING_FORMAT_STR, floatingPoint); in append()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/ |
H A D | json.h | 966 constexpr const char* FLOATING_FORMAT_STR = "%.17g"; in CORE_BEGIN_NAMESPACE() local 967 if (const int size = snprintf(nullptr, 0, FLOATING_FORMAT_STR, floatingPoint); size > 0) { in CORE_BEGIN_NAMESPACE() 975 …ata() + oldSize, newSize + 1 - oldSize, static_cast<size_t>(size), FLOATING_FORMAT_STR, floatingPo… in CORE_BEGIN_NAMESPACE()
|