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

  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 158 const std::string& locale_name,
163 if (locale_name.find(".") == 0)
165 if (chrome_locales.find(locale_name) == chrome_locales.end()) {
169 locale_name.c_str());
175 valid_locales->insert(locale_name);
178 locale_name.c_str());
217 std::string locale_name = locale_folder.BaseName().MaybeAsASCII(); local
218 if (locale_name.empty()) {
224 locale_name,
extension_l10n_util.h 51 // Adds locale_name to the extension if it's in chrome_locales, and
53 // Returns false if locale_name was not found in chrome_locales, and sets
54 // error with locale_name.
58 const std::string& locale_name,
  /external/chromium/chrome/browser/
language_combobox_model.cc 93 string16 locale_name = locale_names_[index];
94 base::i18n::AdjustStringForLocaleDirection(&locale_name);
100 // changed the format. We also want to switch the order of locale_name
104 UTF16ToUTF8(locale_name).c_str(),
  /external/chromium/base/i18n/
rtl.h 60 // Returns the text direction for |locale_name|.
61 TextDirection GetTextDirectionForLocale(const char* locale_name);
rtl.cc 123 TextDirection GetTextDirectionForLocale(const char* locale_name) {
125 ULayoutType layout_dir = uloc_getCharacterOrientation(locale_name, &status);
rtl_unittest.cc 17 base::i18n::TextDirection GetTextDirection(const char* locale_name) {
18 return base::i18n::GetTextDirectionForLocale(locale_name);

Completed in 290 milliseconds