Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstrtod.h267 const int kMaxDecimalDigit = 767 + 1; in StrtodFullPrecision() local
268 if (dLen > kMaxDecimalDigit) { in StrtodFullPrecision()
269 dExp += dLen - kMaxDecimalDigit; in StrtodFullPrecision()
270 dLen = kMaxDecimalDigit; in StrtodFullPrecision()