Home | History | Annotate | Download | only in i18n

Lines Matching full:digitlen

4548     int32_t digitLen = digit.length();
4605 if (pattern.compare(pos, digitLen, digit) == 0) {
4614 pos += digitLen;
4725 if (!pattern.compare(pos, digitLen, digit) ||