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

  /external/chromium/base/i18n/
rtl.h 40 std::string GetCanonicalLocale(const char* locale);
rtl.cc 53 std::string GetCanonicalLocale(const char* locale) {
  /external/chromium_org/base/i18n/
rtl.h 43 BASE_I18N_EXPORT std::string GetCanonicalLocale(const char* locale);
rtl.cc 81 std::string GetCanonicalLocale(const char* locale) {
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 346 std::string GetCanonicalLocale(const std::string& locale) {
347 return base::i18n::GetCanonicalLocale(locale.c_str());
431 candidates.push_back(GetCanonicalLocale(pref_locale));
438 std::back_inserter(candidates), &GetCanonicalLocale);
468 candidates.push_back(base::i18n::GetCanonicalLocale(*languages));

Completed in 78 milliseconds