Searched refs:phone_number_compare_loose_with_minmatch (Results 1 – 3 of 3) sorted by relevance
168 bool phone_number_compare_loose_with_minmatch(const char* a, const char* b, int min_match) in phone_number_compare_loose_with_minmatch() function279 return phone_number_compare_loose_with_minmatch(a, b, MIN_MATCH); in phone_number_compare_loose()
24 bool phone_number_compare_loose_with_minmatch(const char* a, const char* b, int min_match);
107 ? android::phone_number_compare_loose_with_minmatch( in phone_numbers_equal()