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

/external/chromium_org/ui/base/l10n/
H A Dl10n_util_android.h22 const std::string& display_locale);
H A Dl10n_util_android.cc87 const std::string& display_locale) {
92 NewJavaLocale(env, display_locale);
H A Dl10n_util.h53 // |display_locale|.
55 const std::string& display_locale);
62 // This method returns the display name of the locale code in |display_locale|.
64 // For example, for |locale| = "fr" and |display_locale| = "en",
66 // |locale| in the UI language of Chrome, |display_locale| can be
73 const std::string& display_locale,
76 // Returns the display name of the |country_code| in |display_locale|.
79 const std::string& display_locale);
190 const std::string& display_locale,
H A Dl10n_util.cc508 const std::string& display_locale) {
510 l10n_util::GetDisplayNameForLocale(locale, display_locale, false);
522 const std::string& display_locale,
545 display_name = GetDisplayNameForLocale(locale_code, display_locale);
553 locale_code.c_str(), display_locale.c_str(),
566 const std::string& display_locale) {
567 return GetDisplayNameForLocale("_" + country_code, display_locale, false);
858 void GetAcceptLanguagesForLocale(const std::string& display_locale, argument
862 display_locale))
507 IsLocaleNameTranslated(const char* locale, const std::string& display_locale) argument
521 GetDisplayNameForLocale(const std::string& locale, const std::string& display_locale, bool is_for_ui) argument
565 GetDisplayNameForCountry(const std::string& country_code, const std::string& display_locale) argument
H A Dl10n_util_unittest.cc409 const std::string& display_locale,
413 display_locale,
408 CheckUiDisplayNameForLocale(const std::string& locale, const std::string& display_locale, bool is_rtl) argument

Completed in 118 milliseconds