Searched defs:GetCanonicalLocale (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc311 std::string GetCanonicalLocale(const std::string& locale) { function in namespace:l10n_util
312 return base::i18n::GetCanonicalLocale(locale.c_str());
435 candidates.push_back(GetCanonicalLocale(pref_locale));
442 std::back_inserter(candidates), &GetCanonicalLocale);
465 candidates.push_back(base::i18n::GetCanonicalLocale(*languages));
/external/chromium_org/base/i18n/
H A Drtl.cc77 std::string GetCanonicalLocale(const char* locale) { function in namespace:base::i18n

Completed in 729 milliseconds