HomeSort by relevance Sort by last modified time
    Searched refs:locale (Results 476 - 500 of 2351) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
54 : locale::facet(__refs) {}
62 static _STLP_STATIC_DECLSPEC locale::id id;
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
83 : locale::facet(__refs) {}
91 static _STLP_STATIC_DECLSPEC locale::id id;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
54 : locale::facet(__refs) {}
62 static _STLP_STATIC_DECLSPEC locale::id id;
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
83 : locale::facet(__refs) {}
91 static _STLP_STATIC_DECLSPEC locale::id id;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
54 : locale::facet(__refs) {}
62 static _STLP_STATIC_DECLSPEC locale::id id;
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
83 : locale::facet(__refs) {}
91 static _STLP_STATIC_DECLSPEC locale::id id;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
54 : locale::facet(__refs) {}
62 static _STLP_STATIC_DECLSPEC locale::id id;
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
83 : locale::facet(__refs) {}
91 static _STLP_STATIC_DECLSPEC locale::id id;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
54 : locale::facet(__refs) {}
62 static _STLP_STATIC_DECLSPEC locale::id id;
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
83 : locale::facet(__refs) {}
91 static _STLP_STATIC_DECLSPEC locale::id id;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_numpunct.h 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
54 : locale::facet(__refs) {}
62 static _STLP_STATIC_DECLSPEC locale::id id;
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
83 : locale::facet(__refs) {}
91 static _STLP_STATIC_DECLSPEC locale::id id;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleMac.mm 46 static inline String languageFromLocale(const String& locale)
48 String normalizedLocale = locale;
56 static RetainPtr<NSLocale> determineLocale(const String& locale)
60 String localeLanguage = languageFromLocale(locale);
63 // It seems initWithLocaleIdentifier accepts dash-separated locale identifier.
64 return RetainPtr<NSLocale>(AdoptNS, [[NSLocale alloc] initWithLocaleIdentifier:locale]);
67 PassOwnPtr<Locale> Locale::create(const String& locale)
69 return LocaleMac::create(determineLocale(locale).get())
    [all...]
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 57 // |locale|: The application locale used for lookups in Firefox's
58 // locale-specific search engines feature (see firefox_importer.cc for
60 void DetectFirefoxProfiles(const std::string locale,
94 firefox->locale = locale;
108 const std::string& locale,
122 locale,
126 void ImporterList::DetectSourceProfilesHack(const std::string& locale,
128 DetectSourceProfilesWorker(locale, include_interactive_profiles)
    [all...]
  /external/stlport/test/unit/
ctype_facets_test.cpp 4 # include <locale>
27 void LocaleTest::_ctype_facet( const locale& loc)
170 void LocaleTest::_ctype_facet_w( const locale& loc )
318 typedef void (LocaleTest::*_Test) (const locale&);
322 locale loc;
327 locale tmp(tested_locales[i]);
332 //This locale is not supported.
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long.pass.cpp 10 // <locale>
16 #include <locale>
157 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
170 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
182 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
193 ios.imbue(std::locale(std::locale::classic(), new my_numpunct))
    [all...]
put_unsigned_long.pass.cpp 10 // <locale>
16 #include <locale>
157 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
170 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
182 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
193 ios.imbue(std::locale(std::locale::classic(), new my_numpunct))
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 4 # include <locale>
27 void LocaleTest::_ctype_facet( const locale& loc)
170 void LocaleTest::_ctype_facet_w( const locale& loc )
318 typedef void (LocaleTest::*_Test) (const locale&);
322 locale loc;
327 locale tmp(tested_locales[i]);
332 //This locale is not supported.
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype)
    [all...]
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 4 # include <locale>
27 void LocaleTest::_ctype_facet( const locale& loc)
170 void LocaleTest::_ctype_facet_w( const locale& loc )
318 typedef void (LocaleTest::*_Test) (const locale&);
322 locale loc;
327 locale tmp(tested_locales[i]);
332 //This locale is not supported.
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
language_switch_menu.h 38 // Returns current locale name to be placed on the language menu-button.
44 // Switches the current locale, saves the new locale in preferences.
45 // Returns true if it has switched the current locale.
46 static bool SwitchLanguage(const std::string& locale);
48 // Switches the current locale, saves the new locale in preferences.
49 // Enables the keyboard layouts associated with the new locale.
51 const std::string& locale);
71 // Language locale name storage
    [all...]
  /external/chromium_org/chrome/browser/net/
client_hints_unittest.cc 7 #include <locale.h>
35 base::ScopedLocale locale("fr_FR.UTF-8");
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.idl 34 readonly attribute DOMString locale;
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 32 * provide {@code Locale}-specific resources. A bundle contains a number of named
92 private Locale locale; field in class:ResourceBundle
115 private static Locale cacheLocale = Locale.getDefault();
125 * Finds the named resource bundle for the default {@code Locale} and the caller's
139 return getBundle(bundleName, Locale.getDefault(), classLoader);
143 * Finds the named {@code ResourceBundle} for the specified {@code Locale} and the caller
148 * @param locale
149 * the {@code Locale}
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatSymbolsTest.java 24 import java.util.Locale;
27 private void checkLocaleIsEquivalentToRoot(Locale locale) {
28 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale);
29 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs);
35 // are equal. It could be that they're accidentally checking the Locale.
36 checkLocaleIsEquivalentToRoot(new Locale("xx", "XX"));
37 checkLocaleIsEquivalentToRoot(new Locale("not exist language", "not exist country"));
42 DecimalFormatSymbols originalDfs = DecimalFormatSymbols.getInstance(Locale.GERMANY);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
hash.pass.cpp 10 // <locale>
18 #include <locale>
22 #include "platform_support.h" // locale name macros
26 std::locale l(LOCALE_en_US_UTF_8);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
char_pointer.pass.cpp 10 // <locale>
12 // explicit locale(const char* std_name);
14 #include <locale>
18 #include "platform_support.h" // locale name macros
34 void check(const std::locale& loc)
72 std::locale loc(LOCALE_ru_RU_UTF_8);
74 std::locale loc2(LOCALE_ru_RU_UTF_8);
77 std::locale loc3(LOCALE_zh_CN_UTF_8);
83 std::locale((const char*)0);
91 std::locale("spazbot")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/
types.pass.cpp 29 static_assert((std::is_same<std::basic_regex<char>::locale_type, std::locale>::value), "");
34 static_assert((std::is_same<std::basic_regex<wchar_t>::locale_type, std::locale>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
types.pass.cpp 19 // typedef locale locale_type;
28 static_assert((std::is_same<std::regex_traits<char>::locale_type, std::locale>::value), "");
31 static_assert((std::is_same<std::regex_traits<wchar_t>::locale_type, std::locale>::value), "");
  /ndk/sources/host-tools/sed-4.2.1/sed/
Makefile.am 4 localedir = $(datadir)/locale
  /packages/apps/Settings/src/com/android/settings/accessibility/
LocalePreference.java 28 import java.util.Locale;
31 * List preference that allows the user to pick a locale from the list of
68 final Locale l = new Locale(language, country);
78 if (previous.locale.getLanguage().equals(language)
79 && !previous.locale.getLanguage().equals("zz")) {
81 localeInfos[finalSize - 1].locale, specialLocaleCodes,
109 entryValues[i + 1] = info.locale.toString();
117 Locale l, String[] specialLocaleCodes, String[] specialLocaleNames) {
133 public Locale locale field in class:LocalePreference.LocaleInfo
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SynchronouslyLoadedContactsBinaryDictionary.java 25 import java.util.Locale;
30 public SynchronouslyLoadedContactsBinaryDictionary(final Context context, final Locale locale) {
31 super(context, locale);

Completed in 304 milliseconds

<<11121314151617181920>>