Home
last modified time | relevance | path

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

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