Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc3069 int first_number_country_code = first_number.country_code(); in IsNumberMatch() local
3072 if (first_number_country_code != 0 && second_number_country_code != 0) { in IsNumberMatch()
3075 } else if (first_number_country_code == second_number_country_code && in IsNumberMatch()