Searched refs:roundingPos (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimalformatpattern.cpp197 int32_t roundingPos = -1; local
245 if (ch != fZeroDigit && roundingPos < 0) {
246 roundingPos = digitLeftCount + zeroDigitCount;
248 if (roundingPos >= 0) {
604 if (roundingPos >= 0) {
606 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos);

Completed in 62 milliseconds