/ndk/sources/android/support/src/musl-ctype/ |
iswctype.c | 18 int iswctype(wint_t wc, wctype_t type) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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");
|