Searched refs:isCountryCallingCode (Results 1 – 1 of 1) sorted by relevance
68 static bool isCountryCallingCode(int ccc_candidate) { in isCountryCallingCode() function188 if (ccc >= 100 || isCountryCallingCode(ccc)) { in tryGetCountryCallingCode()