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

  /external/stlport/test/unit/
locale_test.h 46 CPPUNIT_TEST(default_locale);
73 void default_locale();
locale_test.cpp 224 void LocaleTest::default_locale() function in class:LocaleTest
  /ndk/tests/device/test-gnustl-full/unit/
locale_test.h 46 CPPUNIT_TEST(default_locale);
73 void default_locale();
locale_test.cpp 224 void LocaleTest::default_locale() function in class:LocaleTest
  /ndk/tests/device/test-stlport/unit/
locale_test.h 46 CPPUNIT_TEST(default_locale);
73 void default_locale();
locale_test.cpp 224 void LocaleTest::default_locale() function in class:LocaleTest
  /external/chromium/chrome/common/extensions/
extension_unpacker.h 69 bool ReadAllMessageCatalogs(const std::string& default_locale);
extension_l10n_util.cc 42 std::string default_locale; local
43 if (manifest.GetString(keys::kDefaultLocale, &default_locale))
44 return default_locale;
140 std::string default_locale = GetDefaultLocaleFromManifest(*manifest, error); local
144 extension_path, default_locale, error));
262 const std::string& default_locale,
266 // Order locales to load as current_locale, first_parent, ..., default_locale.
268 if (!application_locale.empty() && application_locale != default_locale)
270 all_fallback_locales.push_back(default_locale);
extension_file_util.h 66 const std::string& default_locale,
extension_l10n_util.h 31 // "default_locale" section was not defined in the manifest.json file.
87 const std::string& default_locale,
extension_file_util.cc 372 const std::string& default_locale,
384 if (default_locale.empty() ||
385 locales.find(default_locale) == locales.end()) {
394 default_locale,
403 // default_locale and _locales have to be both present or both missing.
406 std::string default_locale = extension.default_locale(); local
409 if (default_locale.empty() && !path_exists)
412 if (default_locale.empty() && path_exists) {
416 } else if (!default_locale.empty() && !path_exists)
    [all...]
extension_unpacker.cc 119 const std::string& default_locale) {
205 if (!extension->default_locale().empty()) {
206 if (!ReadAllMessageCatalogs(extension->default_locale()))
extension.h 609 const std::string default_locale() const { return default_locale_; } function in class:Extension
    [all...]
extension_manifests_unittest.cc 524 EXPECT_EQ("de-AT", extension->default_locale());
extension_unittest.cc 150 EXPECT_EQ("en_US", extension.default_locale());
    [all...]
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 190 std::string default_locale = local
198 extension_path, extension_id, default_locale, reply_msg));
204 const std::string& default_locale,
209 if (!default_locale.empty()) {
214 extension_path, default_locale, &error));
chrome_render_message_filter.h 73 const std::string& default_locale,
  /external/chromium/chrome/browser/extensions/
extension_info_map.cc 98 result = iter->second->default_locale();
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 50 * (See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>".)
230 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>".
242 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>".
335 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>".
    [all...]

Completed in 321 milliseconds