Searched refs:kMaxScientificIntegerDigits (Results 1 – 3 of 3) sorted by relevance
2295 static const int32_t kMaxScientificIntegerDigits; variable
28 static const int32_t kMaxScientificIntegerDigits = 8; variable1407 if (maxInterval.getIntDigitCount() > kMaxScientificIntegerDigits) { in toNumberPattern()
233 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8; member in DecimalFormat