HomeSort by relevance Sort by last modified time
    Searched defs:wctype (Results 1 - 9 of 9) sorted by null

  /external/libcxx/include/support/solaris/
wchar.h 27 #define wctype sun_wctype macro
47 #undef wctype macro
  /ndk/sources/android/support/src/musl-ctype/
iswctype.c 2 #include <wctype.h>
49 wctype_t wctype(const char *s) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 27 #define wctype sun_wctype macro
47 #undef wctype macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 27 #define wctype sun_wctype macro
47 #undef wctype macro
  /ndk/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]));
  /bionic/libc/bionic/
wctype.cpp 33 #include <wctype.h>
91 wctype_t wctype(const char* property) { function
106 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...]

Completed in 399 milliseconds