Searched refs:tryGetCountryCallingCode (Results 1 – 1 of 1) sorted by relevance
/external/sqlite/android/ |
D | PhoneNumberUtils.cpp | 140 static int tryGetCountryCallingCode(const char *str, size_t len, in tryGetCountryCallingCode() function 304 int ccc_a = tryGetCountryCallingCode(a, len_a, &tmp_a, &tmp_len_a, accept_thailand_case); in phone_number_compare_inter() 305 int ccc_b = tryGetCountryCallingCode(b, len_b, &tmp_b, &tmp_len_b, accept_thailand_case); in phone_number_compare_inter()
|