Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc904 GetRegionCodeForCountryCode(country_calling_code, &region_code); in Format()
936 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatByPattern()
995 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatNationalNumberWithCarrierCode()
1042 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatNumberForMobileDialing()
1169 GetRegionCodeForCountryCode(country_code, &region_code); in FormatOutOfCountryCallingNumber()
1219 GetRegionCodeForCountryCode(number.country_code(), &region_code); in FormatInOriginalFormat()
1332 GetRegionCodeForCountryCode(country_calling_code, &region_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, &region_code); in IsPossibleNumberWithReason()
[all …]
Dasyoutypeformatter.cc160 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country); in GetMetadataForRegion()
692 phone_util_.GetRegionCodeForCountryCode(country_code, &new_region_code); in AttemptToExtractCountryCode()
Dphonenumbermatcher.cc142 util.GetRegionCodeForCountryCode(phone_number.country_code(), &region); in AllNumberGroupsRemainGrouped()
738 phone_util_.GetRegionCodeForCountryCode( in IsNationalPrefixPresentIfRequired()
Dphonenumberutil.h422 void GetRegionCodeForCountryCode(int country_code, string* region_code) const;