Home
last modified time | relevance | path

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

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