HomeSort by relevance Sort by last modified time
    Searched refs:GetCanonicalLocale (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/i18n/
rtl.h 43 BASE_I18N_EXPORT std::string GetCanonicalLocale(const char* locale);
rtl.cc 77 std::string GetCanonicalLocale(const char* locale) {
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 311 std::string GetCanonicalLocale(const std::string& locale) {
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));
l10n_util.h 23 // 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/
customization_document.cc 336 l10n_util::GetCanonicalLocale);
    [all...]

Completed in 3016 milliseconds