HomeSort by relevance Sort by last modified time
    Searched refs:locale (Results 1 - 25 of 3046) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
c_locale_header_test.c 8 #include <locale.h>
locale_header_test.cpp 9 # include <locale>
messages_facets_test.cpp 4 # include <locale>
17 * Check of the 22.1.1.2.7 standard point. Construction of a locale
24 locale loc(locale::classic(), new messages_byname<char>(static_cast<char const*>(0)));
36 locale loc(locale::classic(), new messages_byname<char>("yasli_language"));
48 locale loc(locale::classic(), new messages_byname<char>(""));
62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)))
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
c_locale_header_test.c 8 #include <locale.h>
locale_header_test.cpp 9 # include <locale>
messages_facets_test.cpp 4 # include <locale>
17 * Check of the 22.1.1.2.7 standard point. Construction of a locale
24 locale loc(locale::classic(), new messages_byname<char>(static_cast<char const*>(0)));
36 locale loc(locale::classic(), new messages_byname<char>("yasli_language"));
48 locale loc(locale::classic(), new messages_byname<char>(""));
62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)))
    [all...]
  /ndk/tests/device/test-stlport/unit/
c_locale_header_test.c 8 #include <locale.h>
locale_header_test.cpp 9 # include <locale>
messages_facets_test.cpp 4 # include <locale>
17 * Check of the 22.1.1.2.7 standard point. Construction of a locale
24 locale loc(locale::classic(), new messages_byname<char>(static_cast<char const*>(0)));
36 locale loc(locale::classic(), new messages_byname<char>("yasli_language"));
48 locale loc(locale::classic(), new messages_byname<char>(""));
62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)))
    [all...]
  /external/compiler-rt/test/msan/
setlocale.cc 4 #include <locale.h>
8 char *locale = setlocale (LC_ALL, ""); local
9 assert(locale);
10 if (locale[0])
  /ndk/sources/android/support/src/locale/
setlocale.c 31 char *setlocale(int category, const char *locale) {
33 if (locale == NULL) {
38 if (*locale && strcmp(locale, "C") && strcmp(locale, "POSIX")) {
newlocale.c 32 locale_t newlocale(int category_mask, const char* locale, locale_t base) {
38 if (*locale && strcmp(locale, "C") && strcmp(locale, "POSIX")) {
39 //FIXME: although the following line is extremely helpful to single out the usual suspects locale
41 printf("newlocale() WARNING: Trying to set locale to %s other than \"\", \"C\" or \"POSIX\"\n", locale);
  /external/libcxx/test/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 15 // <locale>
19 #include <locale>
29 static_assert((std::is_same<std::locale::category, int>::value), "");
30 assert(std::locale::none == 0);
31 assert(std::locale::collate);
32 assert(std::locale::ctype);
33 assert(std::locale::monetary);
34 assert(std::locale::numeric);
35 assert(std::locale::time);
36 assert(std::locale::messages)
    [all...]
Android.mk 17 test_makefile := external/libcxx/test/localization/locales/locale/locale.types/locale.category/Android.mk
19 test_name := localization/locales/locale/locale.types/locale.category/category
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 15 // <locale>
19 #include <locale>
29 static_assert((std::is_same<std::locale::category, int>::value), "");
30 assert(std::locale::none == 0);
31 assert(std::locale::collate);
32 assert(std::locale::ctype);
33 assert(std::locale::monetary);
34 assert(std::locale::numeric);
35 assert(std::locale::time);
36 assert(std::locale::messages)
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 4 class locale { class
10 locale _M_ios_locale;
  /frameworks/support/v4/java/android/support/v4/text/
ICUCompat.java 24 public String getScript(String locale);
25 public String addLikelySubtags(String locale);
30 public String getScript(String locale) {
35 public String addLikelySubtags(String locale) {
36 return locale;
42 public String getScript(String locale) {
43 return ICUCompatIcs.getScript(locale);
47 public String addLikelySubtags(String locale) {
48 return ICUCompatIcs.addLikelySubtags(locale);
66 * @param locale The locale
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
LanguageCallback.java 21 import java.util.Locale;
27 private Locale locale; field in class:LanguageCallback
33 public Locale getLocale() {
34 return locale;
37 public void setLocale(Locale locale) {
38 this.locale = locale;
  /external/libcxx/include/support/ibm/
xlocale.h 39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
42 if ((loc = (_LC_locale_t *)__xopen_locale(locale)) == NULL)
81 int isalnum_l(int c, locale_t locale)
83 return __xisalnum(locale, c);
86 int isalpha_l(int c, locale_t locale)
88 return __xisalpha(locale, c);
91 int isblank_l(int c, locale_t locale)
93 return __xisblank(locale, c);
96 int iscntrl_l(int c, locale_t locale)
98 return __xiscntrl(locale, c)
    [all...]
  /external/libcxx/test/localization/locales/locale/locale.members/
name.pass.cpp 10 // <locale>
14 #include <locale>
17 #include "platform_support.h" // locale name macros
22 std::locale loc;
26 std::locale loc(LOCALE_en_US_UTF_8);
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLanguage.java 31 import java.util.Locale;
93 protected Locale locale;
121 if ( "".equals(locale.getCountry())) {
122 return locale.getLanguage();
124 return locale.getLanguage() + '-' + locale.getCountry();
135 this.locale = new Locale(languageTag.substring(0,slash), languageTag.substring(slash+1) );
137 this.locale = new Locale(languageTag)
92 protected Locale locale; field in class:ContentLanguage
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
42 if ((loc = (_LC_locale_t *)__xopen_locale(locale)) == NULL)
81 int isalnum_l(int c, locale_t locale)
83 return __xisalnum(locale, c);
86 int isalpha_l(int c, locale_t locale)
88 return __xisalpha(locale, c);
91 int isblank_l(int c, locale_t locale)
93 return __xisblank(locale, c);
96 int iscntrl_l(int c, locale_t locale)
98 return __xiscntrl(locale, c)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
name.pass.cpp 10 // <locale>
14 #include <locale>
17 #include "platform_support.h" // locale name macros
22 std::locale loc;
26 std::locale loc(LOCALE_en_US_UTF_8);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
42 if ((loc = (_LC_locale_t *)__xopen_locale(locale)) == NULL)
81 int isalnum_l(int c, locale_t locale)
83 return __xisalnum(locale, c);
86 int isalpha_l(int c, locale_t locale)
88 return __xisalpha(locale, c);
91 int isblank_l(int c, locale_t locale)
93 return __xisblank(locale, c);
96 int iscntrl_l(int c, locale_t locale)
98 return __xiscntrl(locale, c)
    [all...]
  /external/libcxx/test/localization/locales/locale/locale.types/locale.facet/
Android.mk 17 test_makefile := external/libcxx/test/localization/locales/locale/locale.types/locale.facet/Android.mk
19 test_name := localization/locales/locale/locale.types/locale.facet/facet

Completed in 953 milliseconds

1 2 3 4 5 6 7 8 91011>>