Searched refs:GetRegionCodeForCountryCode (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
D | phonenumberutil.cc | 904 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in Format() 936 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatByPattern() 995 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatNationalNumberWithCarrierCode() 1042 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatNumberForMobileDialing() 1169 GetRegionCodeForCountryCode(country_code, ®ion_code); in FormatOutOfCountryCallingNumber() 1219 GetRegionCodeForCountryCode(number.country_code(), ®ion_code); in FormatInOriginalFormat() 1332 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in HasFormattingPatternForNumber() 1617 void PhoneNumberUtil::GetRegionCodeForCountryCode( in GetRegionCodeForCountryCode() function in i18n::phonenumbers::PhoneNumberUtil 1901 GetRegionCodeForCountryCode(country_code, &phone_number_region); in ParseHelper() 2022 GetRegionCodeForCountryCode(country_code, ®ion_code); in IsPossibleNumberWithReason() [all …]
|
D | asyoutypeformatter.cc | 160 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country); in GetMetadataForRegion() 692 phone_util_.GetRegionCodeForCountryCode(country_code, &new_region_code); in AttemptToExtractCountryCode()
|
D | phonenumbermatcher.cc | 142 util.GetRegionCodeForCountryCode(phone_number.country_code(), ®ion); in AllNumberGroupsRemainGrouped() 738 phone_util_.GetRegionCodeForCountryCode( in IsNationalPrefixPresentIfRequired()
|
D | phonenumberutil.h | 422 void GetRegionCodeForCountryCode(int country_code, string* region_code) const;
|