Searched refs:roundingPos (Results 1 – 1 of 1) sorted by relevance
3272 int32_t roundingPos = -1; in applyPattern() local3322 if (ch != zeroDigit && roundingPos < 0) { in applyPattern()3323 roundingPos = digitLeftCount + zeroDigitCount; in applyPattern()3325 if (roundingPos >= 0) { in applyPattern()3685 if (roundingPos >= 0) { in applyPattern()3686 roundingInc.fDecimalAt = effectiveDecimalPos - roundingPos; in applyPattern()