Home | History | Annotate | Download | only in i18n

Lines Matching refs:digitCount

21 *                           Changed DigitCount to int per code review.
1894 // We have to track digitCount ourselves, because digits.fCount will
1896 int32_t digitCount = 0;
1940 ++digitCount;
2031 if (!sawDigit && digitCount == 0) {