Searched refs:digitLen (Results 1 – 1 of 1) sorted by relevance
3241 int32_t digitLen = digit.length(); in applyPattern() local3299 if (pattern.compare(pos, digitLen, digit) == 0) { in applyPattern()3308 pos += digitLen; in applyPattern()3419 if (!pattern.compare(pos, digitLen, digit) || in applyPattern()