Searched refs:ExtractCountryCode (Results 1 – 3 of 3) sorted by relevance
941 int ExtractCountryCode(string* national_number) const;
682 phone_util_.ExtractCountryCode(&number_without_country_code); in AttemptToExtractCountryCode()
2945 int PhoneNumberUtil::ExtractCountryCode(string* national_number) const { in ExtractCountryCode() function in i18n::phonenumbers::PhoneNumberUtil3007 int potential_country_code = ExtractCountryCode(national_number); in MaybeExtractCountryCode()