Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java613 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode); in attemptToExtractCountryCallingCode() local
614 if (PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY.equals(newRegionCode)) { in attemptToExtractCountryCallingCode()
616 } else if (!newRegionCode.equals(defaultCountry)) { in attemptToExtractCountryCallingCode()
617 currentMetadata = getMetadataForRegion(newRegionCode); in attemptToExtractCountryCallingCode()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dasyoutypeformatter.js1009 var newRegionCode = this.phoneUtil_.getRegionCodeForCountryCode(countryCode);
1011 newRegionCode) {
1014 } else if (newRegionCode != this.defaultCountry_) {
1015 this.currentMetadata_ = this.getMetadataForRegion_(newRegionCode);