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

  /ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
wchar.h 12 #define iswctype sun_iswctype macro
32 #undef iswctype macro
  /bionic/libc/bionic/
wchar.cpp 109 int iswctype(wint_t wc, wctype_t char_class) { function
  /external/bison/darwin-lib/
wctype.h 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
745 _GL_CXXALIASWARN (iswctype);
747 # undef iswctype macro
749 _GL_WARN_ON_USE (iswctype, "iswctype is unportable - "
750 "use gnulib module iswctype for portability");
  /external/bison/lib/
wctype.in.h 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
440 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
442 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
443 _GL_CXXALIASWARN (iswctype); variable
445 # undef iswctype macro
447 _GL_WARN_ON_USE (iswctype, "iswctype is unportable - "
448 "use gnulib module iswctype for portability");
  /external/bison/linux-lib/
wctype.h 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
745 _GL_CXXALIASWARN (iswctype);
747 # undef iswctype macro
749 _GL_WARN_ON_USE (iswctype, "iswctype is unportable - "
750 "use gnulib module iswctype for portability");

Completed in 33 milliseconds