Searched refs:countryCallingCodeCandidate (Results 1 – 1 of 1) sorted by relevance
3014 private static boolean isCountryCallingCode(int countryCallingCodeCandidate) { in isCountryCallingCode() argument3015 return countryCallingCodeCandidate > 0 && countryCallingCodeCandidate < CCC_LENGTH && in isCountryCallingCode()3016 COUNTRY_CALLING_CALL[countryCallingCodeCandidate]; in isCountryCallingCode()