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

/external/chromium_org/base/i18n/
H A Drtl.h43 BASE_I18N_EXPORT std::string GetCanonicalLocale(const char* locale);
H A Drtl.cc77 std::string GetCanonicalLocale(const char* locale) { function in namespace:base::i18n
/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));
H A Dl10n_util.h23 // The same as base::i18n::GetCanonicalLocale(const char*), but takes
25 UI_BASE_EXPORT std::string GetCanonicalLocale(const std::string& locale);
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.cc336 l10n_util::GetCanonicalLocale);

Completed in 250 milliseconds