Searched refs:ccc_candidate (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/android/
H A DPhoneNumberUtils.cpp64 * Returns true if "ccc_candidate" expresses (part of ) some country calling
68 static bool isCountryCallingCode(int ccc_candidate) { argument
69 return ccc_candidate > 0 &&
70 ccc_candidate < (int)ARRAY_SIZE(two_length_country_code_map) &&
71 two_length_country_code_map[ccc_candidate];

Completed in 116 milliseconds