Home | History | Annotate | Download | only in i18n

Lines Matching refs:digitRightCount

179         int32_t digitLeftCount = 0, zeroDigitCount = 0, digitRightCount = 0, sigDigitCount = 0;
212 ++digitRightCount;
222 if (digitRightCount > 0) {
263 // Intentionally incorporate the digitRightCount,
266 decimalPos = digitLeftCount + zeroDigitCount + digitRightCount;
304 (sigDigitCount + digitRightCount) < 1) ||
497 digitRightCount = digitLeftCount - n;
503 if ((decimalPos < 0 && digitRightCount > 0 && sigDigitCount == 0) ||
550 int32_t digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount;
560 out.fMaximumSignificantDigits = sigDigitCount + digitRightCount;