Searched refs:GetRegionCodeForCountryCode (Results 1 – 5 of 5) sorted by relevance
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| D | phonenumberutil.cc | 1158 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in Format() 1190 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatByPattern() 1248 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatNationalNumberWithCarrierCode() 1299 GetRegionCodeForCountryCode(country_calling_code, ®ion_code); in FormatNumberForMobileDialing() 1445 GetRegionCodeForCountryCode(country_code, ®ion_code); in FormatOutOfCountryCallingNumber() 1493 GetRegionCodeForCountryCode(number.country_code(), ®ion_code); in FormatInOriginalFormat() 1606 GetRegionCodeForCountryCode(country_calling_code, ®ion_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, ®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 | 151 util.GetRegionCodeForCountryCode(number.country_code(), ®ion); in AllNumberGroupsRemainGrouped() 795 phone_util_.GetRegionCodeForCountryCode( in IsNationalPrefixPresentIfRequired()
|
| D | phonenumberutil.h | 491 void GetRegionCodeForCountryCode(int country_code, string* region_code) const;
|
| /third_party/libphonenumber/cpp/test/phonenumbers/ |
| D | phonenumberutil_test.cc | 181 phone_util_.GetRegionCodeForCountryCode(*it, ®ion_code); in TEST_F() 195 phone_util_.GetRegionCodeForCountryCode(*it, ®ion_code); in TEST_F() 1773 TEST_F(PhoneNumberUtilTest, GetRegionCodeForCountryCode) { in TEST_F() argument 1775 phone_util_.GetRegionCodeForCountryCode(1, ®ion_code); in TEST_F() 1777 phone_util_.GetRegionCodeForCountryCode(44, ®ion_code); in TEST_F() 1779 phone_util_.GetRegionCodeForCountryCode(49, ®ion_code); in TEST_F() 1781 phone_util_.GetRegionCodeForCountryCode(800, ®ion_code); in TEST_F() 1783 phone_util_.GetRegionCodeForCountryCode(979, ®ion_code); in TEST_F()
|