Searched refs:GetCanonicalLocale (Results 1 – 5 of 5) sorted by relevance
311 std::string GetCanonicalLocale(const std::string& locale) { in GetCanonicalLocale() function312 return base::i18n::GetCanonicalLocale(locale.c_str()); in GetCanonicalLocale()435 candidates.push_back(GetCanonicalLocale(pref_locale)); in GetApplicationLocaleInternal()442 std::back_inserter(candidates), &GetCanonicalLocale); in GetApplicationLocaleInternal()465 candidates.push_back(base::i18n::GetCanonicalLocale(*languages)); in GetApplicationLocaleInternal()
25 UI_BASE_EXPORT std::string GetCanonicalLocale(const std::string& locale);
43 BASE_I18N_EXPORT std::string GetCanonicalLocale(const char* locale);
77 std::string GetCanonicalLocale(const char* locale) { in GetCanonicalLocale() function
336 l10n_util::GetCanonicalLocale); in Init()