Home | History | Annotate | Download | only in i18n

Lines Matching refs:digitCount

21 *                           Changed DigitCount to int per code review.
1916 // We have to track digitCount ourselves, because digits.fCount will
1918 int32_t digitCount = 0;
1948 ++digitCount;
1962 ++digitCount;
1988 digits.fDecimalAt = digitCount; // Not digits.fCount!
2055 digits.fDecimalAt += digitCount; // Not digits.fCount!
2062 if (!sawDigit && digitCount == 0) {