Home | History | Annotate | Download | only in i18n

Lines Matching defs:digitLen

4848     int32_t digitLen = digit.length();
4905 if (pattern.compare(pos, digitLen, digit) == 0) {
4914 pos += digitLen;
5025 if (!pattern.compare(pos, digitLen, digit) ||