Searched refs:kMaxScientificIntegerDigits (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h2379 static const int32_t kMaxScientificIntegerDigits; member in class:DecimalFormat
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2399 static const int32_t kMaxScientificIntegerDigits; member in class:DecimalFormat
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp273 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8; member in class:DecimalFormat
1857 if (maxIntDig > kMaxScientificIntegerDigits) {
4698 if (maxDig > kMaxScientificIntegerDigits) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp273 const int32_t DecimalFormat::kMaxScientificIntegerDigits = 8; member in class:DecimalFormat
1768 if (maxIntDig > kMaxScientificIntegerDigits) {
4609 if (maxDig > kMaxScientificIntegerDigits) {

Completed in 121 milliseconds