Home
last modified time | relevance | path

Searched refs:GetRegionCodesForCountryCallingCode (Results 1 – 4 of 4) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dshortnumberinfo.cc99 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()
Dphonenumberutil.h493 void GetRegionCodesForCountryCallingCode(
Dphonenumberutil.cc1838 void PhoneNumberUtil::GetRegionCodesForCountryCallingCode( in GetRegionCodesForCountryCallingCode() function in i18n::phonenumbers::PhoneNumberUtil
1867 GetRegionCodesForCountryCallingCode(country_calling_code, &region_codes); in GetRegionCodeForCountryCode()
1877 GetRegionCodesForCountryCallingCode(country_calling_code, &region_codes); in GetRegionCodeForNumber()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc235 TEST_F(PhoneNumberUtilTest, GetRegionCodesForCountryCallingCode) { in TEST_F() argument
238 phone_util_.GetRegionCodesForCountryCallingCode(1, &regions); in TEST_F()
245 phone_util_.GetRegionCodesForCountryCallingCode(44, &regions); in TEST_F()
250 phone_util_.GetRegionCodesForCountryCallingCode(49, &regions); in TEST_F()
255 phone_util_.GetRegionCodesForCountryCallingCode(800, &regions); in TEST_F()
260 phone_util_.GetRegionCodesForCountryCallingCode( in TEST_F()