Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp4503 int32_t roundingPos = -1; in applyPatternWithoutExpandAffix() local
4551 if (ch != zeroDigit && roundingPos < 0) { in applyPatternWithoutExpandAffix()
4552 roundingPos = digitLeftCount + zeroDigitCount; in applyPatternWithoutExpandAffix()
4554 if (roundingPos >= 0) { in applyPatternWithoutExpandAffix()
4923 if (roundingPos >= 0) { in applyPatternWithoutExpandAffix()
4924 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos); in applyPatternWithoutExpandAffix()