Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc944 GetMetadataForNonGeographicalRegion(country_calling_code); in GetSupportedTypesForNonGeoEntity()
1075 const PhoneMetadata* PhoneNumberUtil::GetMetadataForNonGeographicalRegion( in GetMetadataForNonGeographicalRegion() function in i18n::phonenumbers::PhoneNumberUtil
1227 ? GetMetadataForNonGeographicalRegion(country_calling_code) in GetMetadataForRegionOrCallingCode()
2041 GetMetadataForNonGeographicalRegion(country_calling_code); in GetExampleNumberForType()
2064 GetMetadataForNonGeographicalRegion(country_calling_code); in GetExampleNumberForNonGeoEntity()
Dphonenumberutil.h858 const i18n::phonenumbers::PhoneMetadata* GetMetadataForNonGeographicalRegion(
Dasyoutypeformatter.cc691 phone_util_.GetMetadataForNonGeographicalRegion(country_code); in AttemptToExtractCountryCode()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc62 const PhoneMetadata* GetMetadataForNonGeographicalRegion( in GetMetadataForNonGeographicalRegion() function in i18n::phonenumbers::PhoneNumberUtilTest
64 return phone_util_.GetMetadataForNonGeographicalRegion(country_code); in GetMetadataForNonGeographicalRegion()
334 const PhoneMetadata* metadata = GetMetadataForNonGeographicalRegion(800); in TEST_F()