HomeSort by relevance Sort by last modified time
    Searched full:trygetcountrycallingcode (Results 1 - 1 of 1) sorted by null

  /external/sqlite/android/
PhoneNumberUtils.cpp 140 static int tryGetCountryCallingCode(const char *str, size_t len,
304 int ccc_a = tryGetCountryCallingCode(a, len_a, &tmp_a, &tmp_len_a, accept_thailand_case);
305 int ccc_b = tryGetCountryCallingCode(b, len_b, &tmp_b, &tmp_len_b, accept_thailand_case);

Completed in 1157 milliseconds