Searched refs:kMaxScientificIntegerDigits (Results 1 – 2 of 2) sorted by relevance
2409 static const int32_t kMaxScientificIntegerDigits; variable
242 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8; member in DecimalFormat1528 if (maxIntDig > kMaxScientificIntegerDigits) { in subformat()4233 if (maxDig > kMaxScientificIntegerDigits) { in toPattern()