Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc104 default_country_(region_code), in AsYouTypeFormatter()
301 current_metadata_ = GetMetadataForRegion(default_country_); in Clear()
692 } else if (new_region_code != default_country_) { in AttemptToExtractCountryCode()
Dasyoutypeformatter.h202 const string default_country_; variable