Home
last modified time | relevance | path

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

/external/sqlite/android/
DOldPhoneNumberUtils.cpp109 static bool matchIntlPrefixAndCC(const char* a, int len) in matchIntlPrefixAndCC() function
250 if (matchTrunkPrefix(a, ia + 1) && matchIntlPrefixAndCC(b, ib + 1)) { in phone_number_compare_loose_with_minmatch()
254 if (matchTrunkPrefix(b, ib + 1) && matchIntlPrefixAndCC(a, ia + 1)) { in phone_number_compare_loose_with_minmatch()