/external/libcxx/include/ |
D | cwctype | 33 int iswcntrl(wint_t wc); 91 #ifdef iswcntrl 92 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswcntrl(wint_t __wc) {return iswcntrl(__wc);} 93 #undef iswcntrl 94 inline _LIBCPP_INLINE_VISIBILITY int iswcntrl(wint_t __wc) {return __libcpp_iswcntrl(__wc);} 95 #else // iswcntrl 96 using ::iswcntrl;
|
/external/bison/lib/ |
D | wctype.in.h | 120 # undef iswcntrl 138 # define iswcntrl rpl_iswcntrl macro 194 iswcntrl in rpl_iswcntrl() 370 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 382 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 394 _GL_CXXALIASWARN (iswcntrl);
|
D | mbchar.h | 228 #define mb_iscntrl(mbc) ((mbc).wc_valid && iswcntrl ((mbc).wc)) 249 return (w >= 0 ? w : iswcntrl (wc) ? 0 : MB_UNPRINTABLE_WIDTH); in mb_width_aux()
|
D | mbswidth.c | 148 if (!iswcntrl (wc)) in mbsnwidth()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 31 #ifdef iswcntrl 32 #error iswcntrl defined 99 static_assert((std::is_same<decltype(iswcntrl(w)), int>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 31 #ifdef iswcntrl 32 #error iswcntrl defined 99 static_assert((std::is_same<decltype(std::iswcntrl(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 20 #define iswcntrl sun_iswcntrl macro 40 #undef iswcntrl
|
/external/bison/darwin-lib/ |
D | wctype.h | 422 # undef iswcntrl 440 # define iswcntrl rpl_iswcntrl 496 iswcntrl in iswcntrl() function 672 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 684 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 696 _GL_CXXALIASWARN (iswcntrl);
|
/external/bison/linux-lib/ |
D | wctype.h | 422 # undef iswcntrl 440 # define iswcntrl rpl_iswcntrl 496 iswcntrl in iswcntrl() function 672 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 684 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 696 _GL_CXXALIASWARN (iswcntrl);
|
/external/bison/m4/ |
D | wctype_h.m4 | 17 AC_CHECK_FUNCS_ONCE([iswcntrl]) 38 AC_CACHE_CHECK([whether iswcntrl works], [gl_cv_func_iswcntrl_works], 76 dnl Redefine all of iswcntrl, ..., iswxdigit in <wctype.h>.
|
D | iswblank.m4 | 32 dnl Redefine all of iswcntrl, ..., towupper in <wctype.h>.
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 221 iswcntrl(ch); in StdLibIsControl()
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 86 return iswcntrl(c); in iswcntrl_l()
|
/external/libedit/src/ |
D | chartype.h | 87 #define Iscntrl(x) iswcntrl(x)
|
D | vis.c | 240 if (iswcntrl(c)) { in do_mbyte()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 66 i = iswcntrl(L'\t');
|
/external/ltrace/etc/ |
D | libc.so.conf | 465 int iswcntrl(wint_t);
|
/external/bison/ |
D | configure | 3662 as_fn_append ac_func_list " iswcntrl" 15747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iswcntrl works" >&5 15748 $as_echo_n "checking whether iswcntrl works... " >&6; } 33896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iswcntrl works" >&5 33897 $as_echo_n "checking whether iswcntrl works... " >&6; }
|
/external/libxml2/ |
D | trio.c | 178 # define iswcntrl(x) iscntrl(x) macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2119 fun:iswcntrl=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1194 PUBLIC ddfb0 0 iswcntrl
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 13711 FUNC 1040c e 4 iswcntrl
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 13711 FUNC 1040c e 4 iswcntrl
|