Home | History | Annotate | Download | only in i18n

Lines Matching refs:roundingInc

4580         DigitList roundingInc;
4631 roundingInc.append((char)(ch - zeroDigit + '0'));
5000 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos);
5002 *fRoundingIncrement = roundingInc;
5004 fRoundingIncrement = new DigitList(roundingInc);