Home
last modified time | relevance | path

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

/external/sqlite/android/
DPhoneNumberUtils.cpp68 static bool isCountryCallingCode(int ccc_candidate) { in isCountryCallingCode() argument
69 return ccc_candidate > 0 && in isCountryCallingCode()
70 ccc_candidate < (int)ARRAY_SIZE(two_length_country_code_map) && in isCountryCallingCode()
71 two_length_country_code_map[ccc_candidate]; in isCountryCallingCode()