Searched refs:GetRegionCodeForCountryCode (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dasyoutypeformatter.cc160 phone_util_.GetRegionCodeForCountryCode(country_calling_code, &main_country);
692 phone_util_.GetRegionCodeForCountryCode(country_code, &new_region_code);
H A Dphonenumbermatcher.cc142 util.GetRegionCodeForCountryCode(phone_number.country_code(), &region);
738 phone_util_.GetRegionCodeForCountryCode(
H A Dphonenumberutil.cc904 GetRegionCodeForCountryCode(country_calling_code, &region_code);
925 // Note GetRegionCodeForCountryCode() is used because formatting information
936 GetRegionCodeForCountryCode(country_calling_code, &region_code);
990 // Note GetRegionCodeForCountryCode() is used because formatting information
995 GetRegionCodeForCountryCode(country_calling_code, &region_code);
1042 GetRegionCodeForCountryCode(country_calling_code, &region_code);
1169 GetRegionCodeForCountryCode(country_code, &region_code);
1219 GetRegionCodeForCountryCode(number.country_code(), &region_code);
1332 GetRegionCodeForCountryCode(country_calling_code, &region_code);
1617 void PhoneNumberUtil::GetRegionCodeForCountryCode( function in class:i18n::phonenumbers::PhoneNumberUtil
[all...]
H A Dphonenumberutil.h422 void GetRegionCodeForCountryCode(int country_code, string* region_code) const;

Completed in 3375 milliseconds