Searched refs:kMaxDecimalDigit (Results 1 – 1 of 1) sorted by relevance
267 const int kMaxDecimalDigit = 767 + 1; in StrtodFullPrecision() local268 if (dLen > kMaxDecimalDigit) { in StrtodFullPrecision()269 dExp += dLen - kMaxDecimalDigit; in StrtodFullPrecision()270 dLen = kMaxDecimalDigit; in StrtodFullPrecision()