Searched refs:iswctype (Results 1 - 8 of 8) sorted by relevance
/external/libcxx/include/support/solaris/ |
H A D | wchar.h | 21 #define iswctype sun_iswctype macro 41 #undef iswctype macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
H A D | wctype_h.pass.cpp | 67 #ifdef iswctype 68 #error iswctype defined 108 static_assert((std::is_same<decltype(iswctype(w, wct)), int>::value), "");
|
/external/libcxx/test/std/strings/c.strings/ |
H A D | cwctype.pass.cpp | 67 #ifdef iswctype 68 #error iswctype defined 108 static_assert((std::is_same<decltype(std::iswctype(w, wct)), int>::value), "");
|
/external/bison/lib/ |
H A D | 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/darwin-lib/ |
H A D | 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/linux-lib/ |
H A D | 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/ltrace/testsuite/ltrace.minor/ |
H A D | wchar.exp | 136 i = iswctype(L'Ш', wctype("alpha")); 207 {{^iswctype\('Ш', .*\).*= 1} == 1}
|
/external/ltrace/etc/ |
H A D | libc.so.conf | 475 int iswctype(wint_t, uint);
|
Completed in 141 milliseconds