Searched refs:GetRegionCodesForCountryCallingCode (Results 1 – 4 of 4) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | shortnumberinfo.cc | 99 phone_util_.GetRegionCodesForCountryCallingCode(number.country_code(), in RegionDialingFromMatchesNumber() 126 phone_util_.GetRegionCodesForCountryCallingCode(number.country_code(), in IsPossibleShortNumber() 169 phone_util_.GetRegionCodesForCountryCallingCode(number.country_code(), in IsValidShortNumber() 228 phone_util_.GetRegionCodesForCountryCallingCode(number.country_code(), in GetExpectedCost() 365 phone_util_.GetRegionCodesForCountryCallingCode(number.country_code(), in IsCarrierSpecific()
|
D | phonenumberutil.h | 493 void GetRegionCodesForCountryCallingCode(
|
D | phonenumberutil.cc | 1838 void PhoneNumberUtil::GetRegionCodesForCountryCallingCode( in GetRegionCodesForCountryCallingCode() function in i18n::phonenumbers::PhoneNumberUtil 1867 GetRegionCodesForCountryCallingCode(country_calling_code, ®ion_codes); in GetRegionCodeForCountryCode() 1877 GetRegionCodesForCountryCallingCode(country_calling_code, ®ion_codes); in GetRegionCodeForNumber()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumberutil_test.cc | 235 TEST_F(PhoneNumberUtilTest, GetRegionCodesForCountryCallingCode) { in TEST_F() argument 238 phone_util_.GetRegionCodesForCountryCallingCode(1, ®ions); in TEST_F() 245 phone_util_.GetRegionCodesForCountryCallingCode(44, ®ions); in TEST_F() 250 phone_util_.GetRegionCodesForCountryCallingCode(49, ®ions); in TEST_F() 255 phone_util_.GetRegionCodesForCountryCallingCode(800, ®ions); in TEST_F() 260 phone_util_.GetRegionCodesForCountryCallingCode( in TEST_F()
|