Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1158 GetRegionCodeForCountryCode(country_calling_code, &region_code); in Format()
1190 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatByPattern()
1248 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatNationalNumberWithCarrierCode()
1299 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatNumberForMobileDialing()
1445 GetRegionCodeForCountryCode(country_code, &region_code); in FormatOutOfCountryCallingNumber()
1493 GetRegionCodeForCountryCode(number.country_code(), &region_code); in FormatInOriginalFormat()
1606 GetRegionCodeForCountryCode(country_calling_code, &region_code); in HasFormattingPatternForNumber()
1892 void PhoneNumberUtil::GetRegionCodeForCountryCode( in GetRegionCodeForCountryCode() function in i18n::phonenumbers::PhoneNumberUtil
2282 GetRegionCodeForCountryCode(country_code, &phone_number_region); in ParseHelper()
2434 GetRegionCodeForCountryCode(country_code, &region_code); in IsPossibleNumberForTypeWithReason()
[all …]
Dasyoutypeformatter.cc125 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country); in GetMetadataForRegion()
688 phone_util_.GetRegionCodeForCountryCode(country_code, &new_region_code); in AttemptToExtractCountryCode()
Dphonenumbermatcher.cc151 util.GetRegionCodeForCountryCode(number.country_code(), &region); in AllNumberGroupsRemainGrouped()
795 phone_util_.GetRegionCodeForCountryCode( in IsNationalPrefixPresentIfRequired()
Dphonenumberutil.h491 void GetRegionCodeForCountryCode(int country_code, string* region_code) const;
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc181 phone_util_.GetRegionCodeForCountryCode(*it, &region_code); in TEST_F()
195 phone_util_.GetRegionCodeForCountryCode(*it, &region_code); in TEST_F()
1773 TEST_F(PhoneNumberUtilTest, GetRegionCodeForCountryCode) { in TEST_F() argument
1775 phone_util_.GetRegionCodeForCountryCode(1, &region_code); in TEST_F()
1777 phone_util_.GetRegionCodeForCountryCode(44, &region_code); in TEST_F()
1779 phone_util_.GetRegionCodeForCountryCode(49, &region_code); in TEST_F()
1781 phone_util_.GetRegionCodeForCountryCode(800, &region_code); in TEST_F()
1783 phone_util_.GetRegionCodeForCountryCode(979, &region_code); in TEST_F()