Searched refs:roundingPos (Results 1 – 1 of 1) sorted by relevance
4503 int32_t roundingPos = -1; in applyPatternWithoutExpandAffix() local4551 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()