Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2295 static const int32_t kMaxScientificIntegerDigits; variable
/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.cpp28 static const int32_t kMaxScientificIntegerDigits = 8; variable
1407 if (maxInterval.getIntDigitCount() > kMaxScientificIntegerDigits) { in toNumberPattern()
Ddecimfmt.cpp233 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8; member in DecimalFormat