Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddcfmapts.cpp484 double roundingInc = pat.getRoundingIncrement(); in testRoundingInc() local
485 if (roundingInc != 0.0) { in testRoundingInc()
497 roundingInc = pat.getRoundingIncrement(); in testRoundingInc()
498 if (roundingInc != 0.0) { in testRoundingInc()
/external/icu4c/i18n/
Ddecimfmt.cpp3980 DigitList roundingInc; in applyPatternWithoutExpandAffix() local
4032 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()