Searched defs:iswctype (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/include/support/solaris/
H A Dwchar.h21 #define iswctype sun_iswctype macro
41 #undef iswctype macro
/external/bison/darwin-lib/
H A Dwctype.h25 * 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/
H A Dwctype.in.h24 * 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/
H A Dwctype.h25 * 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 70 milliseconds