Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3272 int32_t roundingPos = -1; in applyPattern() local
3322 if (ch != zeroDigit && roundingPos < 0) { in applyPattern()
3323 roundingPos = digitLeftCount + zeroDigitCount; in applyPattern()
3325 if (roundingPos >= 0) { in applyPattern()
3685 if (roundingPos >= 0) { in applyPattern()
3686 roundingInc.fDecimalAt = effectiveDecimalPos - roundingPos; in applyPattern()