Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc687 string new_region_code; in AttemptToExtractCountryCode() local
688 phone_util_.GetRegionCodeForCountryCode(country_code, &new_region_code); in AttemptToExtractCountryCode()
689 if (PhoneNumberUtil::kRegionCodeForNonGeoEntity == new_region_code) { in AttemptToExtractCountryCode()
692 } else if (new_region_code != default_country_) { in AttemptToExtractCountryCode()
693 current_metadata_ = GetMetadataForRegion(new_region_code); in AttemptToExtractCountryCode()