HomeSort by relevance Sort by last modified time
    Searched full:lc_ctype (Results 1 - 25 of 512) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 31 return (__l->lc_ctype->cmapp->cm_mb_cur_max);
36 return __l->lc_ctype->cmapp->core.user_api->btowc(__l->lc_ctype->cmapp, __c);
41 return __l->lc_ctype->cmapp->core.user_api->wctob(__l->lc_ctype->cmapp, __c);
46 return __l->lc_ctype->cmapp->core.user_api->wcrtomb(__l->lc_ctype->cmapp,
53 return __l->lc_ctype->cmapp->core.user_api->mbrtowc(__l->lc_ctype->cmapp,
59 return __l->lc_ctype->cmapp->core.user_api->mbtowc(__l->lc_ctype->cmapp
    [all...]
  /external/bison/m4/
locale-fr.m4 31 as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
34 || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
86 if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
97 # LC_CTYPE, which is also set at the beginning of the configure script.
99 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
103 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
107 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
111 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
115 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
159 as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
    [all...]
locale-ja.m4 33 as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
36 || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
96 # LC_CTYPE, which is also set at the beginning of the configure script.
98 if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
102 if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
106 if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
110 if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
114 if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
118 if test -f /usr/share/locale/ja_JP.eucJP/LC_CTYPE; then
locale-zh.m4 34 as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE
37 || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
89 if (LC_ALL=Chinese_China.54936 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
106 # LC_CTYPE, which is also set at the beginning of the configure script.
108 if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
112 if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
  /prebuilts/ndk/r10/sources/android/support/include/
locale.h 44 #if !defined(LC_CTYPE)
46 #define LC_CTYPE LC_CTYPE
65 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /prebuilts/ndk/r11/sources/android/support/include/
locale.h 44 #if !defined(LC_CTYPE)
46 #define LC_CTYPE LC_CTYPE
65 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /prebuilts/ndk/r13/sources/android/support/include/
locale.h 44 #if !defined(LC_CTYPE)
46 #define LC_CTYPE LC_CTYPE
65 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /external/libcxx/test/std/depr/depr.c.headers/
locale_h.pass.cpp 23 #ifndef LC_CTYPE
24 #error LC_CTYPE not defined
  /external/libcxx/test/std/localization/c.locales/
clocale.pass.cpp 25 #ifndef LC_CTYPE
26 #error LC_CTYPE not defined
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
locale_h.pass.cpp 23 #ifndef LC_CTYPE
24 #error LC_CTYPE not defined
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/
clocale.pass.cpp 23 #ifndef LC_CTYPE
24 #error LC_CTYPE not defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
locale_h.pass.cpp 23 #ifndef LC_CTYPE
24 #error LC_CTYPE not defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/c.locales/
clocale.pass.cpp 25 #ifndef LC_CTYPE
26 #error LC_CTYPE not defined
  /external/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 94 char* old_locale = setlocale(LC_CTYPE, NULL);
96 setlocale(LC_CTYPE, "en_US.utf8");
118 setlocale(LC_CTYPE, old_locale);
123 char* old_locale = setlocale(LC_CTYPE, NULL);
124 setlocale(LC_CTYPE, "POSIX");
126 setlocale(LC_CTYPE, old_locale);
  /external/python/cpython2/Lib/test/
test___all__.py 77 # initializes GNU readline which calls setlocale(LC_CTYPE, "")... :-(
79 locale_tuple = locale.getlocale(locale.LC_CTYPE)
85 locale.setlocale(locale.LC_CTYPE, locale_tuple)
  /bionic/libc/include/
locale.h 40 #define LC_CTYPE 0
54 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /development/ndk/platforms/android-21/include/
locale.h 36 #define LC_CTYPE 0
50 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /external/libcxx/include/support/ibm/
locale_mgmt_aix.h 58 newloc->lc_ctype = loc->lc_ctype;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/ibm/
locale_mgmt_aix.h 58 newloc->lc_ctype = loc->lc_ctype;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/ibm/
locale_mgmt_aix.h 58 newloc->lc_ctype = loc->lc_ctype;
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
locale.h 36 #define LC_CTYPE 0
50 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
locale.h 36 #define LC_CTYPE 0
50 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
locale.h 36 #define LC_CTYPE 0
50 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
locale.h 36 #define LC_CTYPE 0
50 #define LC_CTYPE_MASK (1 << LC_CTYPE)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
locale.h 36 #define LC_CTYPE 0
50 #define LC_CTYPE_MASK (1 << LC_CTYPE)

Completed in 1877 milliseconds

1 2 3 4 5 6 7 8 91011>>