Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.cpp1472 int32_t minDigitPos = fullInterval.getLeastSignificantInclusive(); in toNumberPattern() local
1473 for (int32_t i = maxDigitPos - 1; i >= minDigitPos; --i) { in toNumberPattern()