Searched refs:roundingInc (Results 1 – 2 of 2) sorted by relevance
484 double roundingInc = pat.getRoundingIncrement(); in testRoundingInc() local485 if (roundingInc != 0.0) { in testRoundingInc()497 roundingInc = pat.getRoundingIncrement(); in testRoundingInc()498 if (roundingInc != 0.0) { in testRoundingInc()
3980 DigitList roundingInc; in applyPatternWithoutExpandAffix() local4032 roundingInc.append((char)(ch - zeroDigit + '0')); in applyPatternWithoutExpandAffix()4400 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos); in applyPatternWithoutExpandAffix()4402 *fRoundingIncrement = roundingInc; in applyPatternWithoutExpandAffix()4404 fRoundingIncrement = new DigitList(roundingInc); in applyPatternWithoutExpandAffix()