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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc2479 int potential_country_code; local
2485 safe_strto32(national_number->substr(0, i), &potential_country_code);
2487 GetRegionCodeForCountryCode(potential_country_code, &region_code);
2490 return potential_country_code;
2540 int potential_country_code = ExtractCountryCode(national_number); local
2541 if (potential_country_code != 0) {
2542 phone_number->set_country_code(potential_country_code);

Completed in 505 milliseconds