Home
last modified time | relevance | path

Searched refs:decimalPosition (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstrtod.h229 …ullPrecision(double d, int p, const Ch* decimals, size_t length, size_t decimalPosition, int exp) { in StrtodFullPrecision() argument
240 RAPIDJSON_ASSERT(length >= decimalPosition); in StrtodFullPrecision()
241 RAPIDJSON_ASSERT(length - decimalPosition <= INT_MAX); in StrtodFullPrecision()
242 int dExpAdjust = static_cast<int>(length - decimalPosition); in StrtodFullPrecision()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dreader.h1586 size_t decimalPosition; in ParseNumber() local
1588 decimalPosition = s.Length(); in ParseNumber()
1630 decimalPosition = s.Length(); // decimal position at the end of integer. in ParseNumber()
1715 d = internal::StrtodFullPrecision(d, p, decimal, length, decimalPosition, exp); in ParseNumber()