Searched refs:phone_number_region (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc737 string phone_number_region; local
739 number.country_code(), &phone_number_region);
741 phone_util_.GetMetadataForRegion(phone_number_region);
H A Dphonenumberutil.cc1900 string phone_number_region; local
1901 GetRegionCodeForCountryCode(country_code, &phone_number_region);
1902 if (phone_number_region != default_region) {
1904 GetMetadataForRegionOrCallingCode(country_code, phone_number_region);

Completed in 673 milliseconds