Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmallintformatter.cpp12 static const int32_t gMaxFastInt = 4096; variable
2594 if (positiveValue >= gMaxFastInt) { in estimateDigitCount()
2603 return (positiveValue < gMaxFastInt && range.getMin() <= 4); in canFormat()