Searched refs:iswcntrl (Results 1 - 14 of 14) sorted by relevance
/external/libcxx/include/support/solaris/ |
H A D | wchar.h | 20 #define iswcntrl sun_iswcntrl macro 40 #undef iswcntrl macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
H A D | wctype_h.pass.cpp | 31 #ifdef iswcntrl 32 #error iswcntrl defined 99 static_assert((std::is_same<decltype(iswcntrl(w)), int>::value), "");
|
/external/libcxx/test/std/strings/c.strings/ |
H A D | cwctype.pass.cpp | 31 #ifdef iswcntrl 32 #error iswcntrl defined 99 static_assert((std::is_same<decltype(std::iswcntrl(w)), int>::value), "");
|
/external/bison/lib/ |
H A D | wctype.in.h | 120 # undef iswcntrl macro 138 # define iswcntrl rpl_iswcntrl macro 194 iswcntrl 370 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 382 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 394 _GL_CXXALIASWARN (iswcntrl); variable
|
H A 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);
|
/external/bison/darwin-lib/ |
H A D | wctype.h | 422 # undef iswcntrl macro 440 # define iswcntrl rpl_iswcntrl 496 iswcntrl function 672 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 684 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 696 _GL_CXXALIASWARN (iswcntrl); variable
|
/external/bison/linux-lib/ |
H A D | wctype.h | 422 # undef iswcntrl macro 440 # define iswcntrl rpl_iswcntrl 496 iswcntrl function 672 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 684 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 696 _GL_CXXALIASWARN (iswcntrl); variable
|
/external/icu/icu4c/source/test/perf/charperf/ |
H A D | charperf.h | 221 iswcntrl(ch);
|
/external/libcxx/include/support/xlocale/ |
H A D | xlocale.h | 86 return iswcntrl(c);
|
/external/libedit/src/ |
H A D | chartype.h | 87 #define Iscntrl(x) iswcntrl(x)
|
/external/ltrace/testsuite/ltrace.minor/ |
H A D | wchar.exp | 66 i = iswcntrl(L'\t'); 162 {{^iswcntrl\('\\t'\).*= 2} == 1}
|
/external/libxml2/ |
H A D | trio.c | 178 # define iswcntrl(x) iscntrl(x) macro
|
/external/ltrace/etc/ |
H A D | libc.so.conf | 465 int iswcntrl(wint_t);
|
/external/bison/ |
H A 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; }
|
Completed in 292 milliseconds