/external/libcxx/include/support/solaris/ |
wchar.h | 27 #define wctype sun_wctype macro 47 #undef wctype macro
|
/external/libcxx/include/ |
wctype.h | 2 //===--------------------------- wctype.h ---------------------------------===// 15 wctype.h synopsis 40 wctype_t wctype(const char* property); 54 #include_next <wctype.h> 71 #undef wctype macro
|
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
wchar.h | 27 #define wctype sun_wctype macro 47 #undef wctype macro
|
/prebuilts/ndk/r11/sources/android/support/src/musl-ctype/ |
iswctype.c | 2 #include <wctype.h> 49 wctype_t wctype(const char *s) function
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
wchar.h | 27 #define wctype sun_wctype macro 47 #undef wctype macro
|
/prebuilts/ndk/r13/sources/android/support/src/musl-ctype/ |
iswctype.c | 2 #include <wctype.h> 49 wctype_t wctype(const char *s) function
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/solaris/ |
wchar.h | 27 #define wctype sun_wctype macro 47 #undef wctype macro
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/ |
wctype.h | 2 //===--------------------------- wctype.h ---------------------------------===// 15 wctype.h synopsis 40 wctype_t wctype(const char* property); 54 #include_next <wctype.h> 71 #undef wctype macro
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
messages.cpp | 39 typedef ctype<_Char> wctype; typedef 40 wctype const& wct = use_facet<wctype>(L); 41 if (typeid(wct) != typeid(wctype)) { 151 typedef ctype<wchar_t> wctype; typedef 152 const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
messages.cpp | 39 typedef ctype<_Char> wctype; typedef 40 wctype const& wct = use_facet<wctype>(L); 41 if (typeid(wct) != typeid(wctype)) { 151 typedef ctype<wchar_t> wctype; typedef 152 const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
iswctype_sb.c | 56 #include <wctype.h>
174 // Additional functions in <wctype.h> but not in NetBSD _sb code.
207 wctype_t wctype(const char *property)
function
|
/bionic/libc/bionic/ |
wctype.cpp | 29 #include <wctype.h> 123 wctype_t wctype(const char* property) { function 138 return wctype(property);
|
/external/bison/darwin-lib/ |
wctype.h | 2 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it. 22 * ISO C 99 <wctype.h> for platforms that lack it. 23 * <http://www.opengroup.org/susv3xbd/wctype.h.html> 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 37 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. 48 /* Include the original <wctype.h> if it exists. 49 BeOS 5 has the functions but no <wctype.h>. */ 52 # include_next <wctype.h> 368 /* Solaris 2.6 <wctype.h> includes <widec.h> which includes <euc.h> which 408 /* FreeBSD 4.4 to 4.11 has <wctype.h> but lacks the functions 730 # undef wctype macro [all...] |
/external/bison/lib/ |
wctype.in.h | 1 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it. 21 * ISO C 99 <wctype.h> for platforms that lack it. 22 * <http://www.opengroup.org/susv3xbd/wctype.h.html> 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 36 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. 47 /* Include the original <wctype.h> if it exists. 48 BeOS 5 has the functions but no <wctype.h>. */ 66 /* Solaris 2.6 <wctype.h> includes <widec.h> which includes <euc.h> which 106 /* FreeBSD 4.4 to 4.11 has <wctype.h> but lacks the functions. 107 Linux libc5 has <wctype.h> and the functions but they are broken 426 _GL_CXXALIASWARN (wctype); variable 428 # undef wctype macro [all...] |
/external/bison/linux-lib/ |
wctype.h | 2 /* A substitute for ISO C99 <wctype.h>, for platforms that lack it. 22 * ISO C 99 <wctype.h> for platforms that lack it. 23 * <http://www.opengroup.org/susv3xbd/wctype.h.html> 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 37 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. 48 /* Include the original <wctype.h> if it exists. 49 BeOS 5 has the functions but no <wctype.h>. */ 52 # include_next <wctype.h> 368 /* Solaris 2.6 <wctype.h> includes <widec.h> which includes <euc.h> which 408 /* FreeBSD 4.4 to 4.11 has <wctype.h> but lacks the functions 730 # undef wctype macro [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
regex.c | 61 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */ 63 # include <wctype.h> 6210 wctype_t wctype; local [all...] |