Home
last modified time | relevance | path

Searched refs:default_country_code (Results 1 – 1 of 1) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc3019 int default_country_code = default_region_metadata->country_code(); in MaybeExtractCountryCode() local
3020 string default_country_code_string(SimpleItoa(default_country_code)); in MaybeExtractCountryCode()
3045 phone_number->set_country_code(default_country_code); in MaybeExtractCountryCode()