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

/external/chromium_org/third_party/libphonenumber/src/resources/
H A Dphonenumber.proto93 optional CountryCodeSource country_code_source = 6;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumber.cc50 first_number.country_code_source() !=
51 second_number.country_code_source()) {
H A Dphonenumbermatcher.cc727 if (number.country_code_source() != PhoneNumber::FROM_DEFAULT_COUNTRY) {
H A Dphonenumberutil.cc1202 switch (number.country_code_source()) {
2508 PhoneNumber::CountryCodeSource country_code_source = local
2512 phone_number->set_country_code_source(country_code_source);
2514 if (country_code_source != PhoneNumber::FROM_DEFAULT_COUNTRY) {
2581 // First clear raw_input and country_code_source and

Completed in 157 milliseconds