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