Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Dmapping_file_provider.cc45 const char* GetNormalizedLocale(const string& full_locale) { in GetNormalizedLocale() argument
48 if (full_locale.compare(kNormalizedLocales[i].locale) == 0) { in GetNormalizedLocale()
55 void AppendLocalePart(const string& part, string* full_locale) { in AppendLocalePart() argument
57 full_locale->append("_"); in AppendLocalePart()
58 full_locale->append(part); in AppendLocalePart()
63 string& region, string* full_locale) { in ConstructFullLocale()
64 full_locale->assign(language); in ConstructFullLocale()
65 AppendLocalePart(script, full_locale); in ConstructFullLocale()
66 AppendLocalePart(region, full_locale); in ConstructFullLocale()
129 string full_locale; in FindBestMatchingLanguageCode() local
62 ConstructFullLocale(const string& language, const string& script, const string& region, string* full_locale) ConstructFullLocale() argument
[all...]

Completed in 1 milliseconds