Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1123 GetRegionCodeForCountryCode(country_calling_code, &region_code); in Format()
1155 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatByPattern()
1213 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatNationalNumberWithCarrierCode()
1264 GetRegionCodeForCountryCode(country_calling_code, &region_code); in FormatNumberForMobileDialing()
1414 GetRegionCodeForCountryCode(country_code, &region_code); in FormatOutOfCountryCallingNumber()
1462 GetRegionCodeForCountryCode(number.country_code(), &region_code); in FormatInOriginalFormat()
1575 GetRegionCodeForCountryCode(country_calling_code, &region_code); in HasFormattingPatternForNumber()
1861 void PhoneNumberUtil::GetRegionCodeForCountryCode( in GetRegionCodeForCountryCode() function in i18n::phonenumbers::PhoneNumberUtil
2251 GetRegionCodeForCountryCode(country_code, &phone_number_region); in ParseHelper()
2403 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.cc147 util.GetRegionCodeForCountryCode(number.country_code(), &region); in AllNumberGroupsRemainGrouped()
786 phone_util_.GetRegionCodeForCountryCode( in IsNationalPrefixPresentIfRequired()
Dphonenumberutil.h487 void GetRegionCodeForCountryCode(int country_code, string* region_code) const;
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc171 phone_util_.GetRegionCodeForCountryCode(*it, &region_code); in TEST_F()
185 phone_util_.GetRegionCodeForCountryCode(*it, &region_code); in TEST_F()
1757 TEST_F(PhoneNumberUtilTest, GetRegionCodeForCountryCode) { in TEST_F() argument
1759 phone_util_.GetRegionCodeForCountryCode(1, &region_code); in TEST_F()
1761 phone_util_.GetRegionCodeForCountryCode(44, &region_code); in TEST_F()
1763 phone_util_.GetRegionCodeForCountryCode(49, &region_code); in TEST_F()
1765 phone_util_.GetRegionCodeForCountryCode(800, &region_code); in TEST_F()
1767 phone_util_.GetRegionCodeForCountryCode(979, &region_code); in TEST_F()