Searched defs:country_code_source (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc1203 switch (number.country_code_source()) {
2528 PhoneNumber::CountryCodeSource country_code_source = local
2532 phone_number->set_country_code_source(country_code_source);
2534 if (country_code_source != PhoneNumber::FROM_DEFAULT_COUNTRY) {
2601 // First clear raw_input and country_code_source and

Completed in 392 milliseconds