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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc2622 int second_number_country_code = second_number.country_code(); local
2624 if (first_number_country_code != 0 && second_number_country_code != 0) {
2627 } else if (first_number_country_code == second_number_country_code &&
2641 first_number.set_country_code(second_number_country_code);

Completed in 420 milliseconds