Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp182 int32_t roundingPos = -1; in applyPatternWithoutExpandAffix() local
230 if (ch != fZeroDigit && roundingPos < 0) { in applyPatternWithoutExpandAffix()
231 roundingPos = digitLeftCount + zeroDigitCount; in applyPatternWithoutExpandAffix()
233 if (roundingPos >= 0) { in applyPatternWithoutExpandAffix()
589 if (roundingPos >= 0) { in applyPatternWithoutExpandAffix()
591 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos); in applyPatternWithoutExpandAffix()