Home
last modified time | relevance | path

Searched refs:GetCountryCodeForRegion (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h416 int GetCountryCodeForRegion(const string& region_code) const;
Dasyoutypeformatter.cc158 int country_calling_code = phone_util_.GetCountryCodeForRegion(region_code); in GetMetadataForRegion()
Dphonenumberutil.cc1678 int PhoneNumberUtil::GetCountryCodeForRegion(const string& region_code) const { in GetCountryCodeForRegion() function in i18n::phonenumbers::PhoneNumberUtil