Searched refs:foundDigits (Results 1 – 1 of 1) sorted by relevance
2011 int foundDigits = 0; in findNanpMatchEnd() local2024 if (foundDigits == 0) { in findNanpMatchEnd()2027 foundDigits++; in findNanpMatchEnd()2028 if (foundDigits > NANP_MAX_DIGITS) { in findNanpMatchEnd()2033 if ( (firstDigit == '1' && foundDigits == 4) || in findNanpMatchEnd()2034 (foundDigits == 3)) { in findNanpMatchEnd()2036 } else if (firstDigit == '1' && foundDigits == 1) { in findNanpMatchEnd()2038 && ( (firstDigit == '1' && (foundDigits == 7)) || (foundDigits == 6))) { in findNanpMatchEnd()2050 if ((firstDigit != '1' && (foundDigits == 7 || foundDigits == 10)) || in findNanpMatchEnd()2051 (firstDigit == '1' && foundDigits == 11)) { in findNanpMatchEnd()