Searched refs:GetRegionCodeForCountryCode (Results 1 – 5 of 5) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.cc | 1123 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in Format() 1155 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatByPattern() 1213 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatNationalNumberWithCarrierCode() 1264 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatNumberForMobileDialing() 1414 GetRegionCodeForCountryCode(country_code, ®ion_code); in FormatOutOfCountryCallingNumber() 1462 GetRegionCodeForCountryCode(number.country_code(), ®ion_code); in FormatInOriginalFormat() 1575 GetRegionCodeForCountryCode(country_calling_code, ®ion_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, ®ion_code); in IsPossibleNumberForTypeWithReason() [all …]
|
D | asyoutypeformatter.cc | 125 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country); in GetMetadataForRegion() 688 phone_util_.GetRegionCodeForCountryCode(country_code, &new_region_code); in AttemptToExtractCountryCode()
|
D | phonenumbermatcher.cc | 147 util.GetRegionCodeForCountryCode(number.country_code(), ®ion); in AllNumberGroupsRemainGrouped() 786 phone_util_.GetRegionCodeForCountryCode( in IsNationalPrefixPresentIfRequired()
|
D | phonenumberutil.h | 487 void GetRegionCodeForCountryCode(int country_code, string* region_code) const;
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumberutil_test.cc | 171 phone_util_.GetRegionCodeForCountryCode(*it, ®ion_code); in TEST_F() 185 phone_util_.GetRegionCodeForCountryCode(*it, ®ion_code); in TEST_F() 1757 TEST_F(PhoneNumberUtilTest, GetRegionCodeForCountryCode) { in TEST_F() argument 1759 phone_util_.GetRegionCodeForCountryCode(1, ®ion_code); in TEST_F() 1761 phone_util_.GetRegionCodeForCountryCode(44, ®ion_code); in TEST_F() 1763 phone_util_.GetRegionCodeForCountryCode(49, ®ion_code); in TEST_F() 1765 phone_util_.GetRegionCodeForCountryCode(800, ®ion_code); in TEST_F() 1767 phone_util_.GetRegionCodeForCountryCode(979, ®ion_code); in TEST_F()
|