Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3979 int32_t roundingPos = -1; in applyPatternWithoutExpandAffix() local
4028 if (ch != zeroDigit && roundingPos < 0) { in applyPatternWithoutExpandAffix()
4029 roundingPos = digitLeftCount + zeroDigitCount; in applyPatternWithoutExpandAffix()
4031 if (roundingPos >= 0) { in applyPatternWithoutExpandAffix()
4399 if (roundingPos >= 0) { in applyPatternWithoutExpandAffix()
4400 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos); in applyPatternWithoutExpandAffix()