Home
last modified time | relevance | path

Searched refs:iswcntrl (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dwctype.in.h80 # undef iswcntrl
95 # define iswcntrl rpl_iswcntrl macro
126 iswcntrl (wint_t wc) in iswcntrl() function
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
Dwchar.h11 #define iswcntrl sun_iswcntrl macro
31 #undef iswcntrl
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwctype_h.pass.cpp31 #ifdef iswcntrl
32 #error iswcntrl defined
99 static_assert((std::is_same<decltype(iswcntrl(w)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwctype33 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;
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwctype.pass.cpp31 #ifdef iswcntrl
32 #error iswcntrl defined
99 static_assert((std::is_same<decltype(std::iswcntrl(w)), int>::value), ""); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dwctype.m415 AC_CHECK_FUNCS_ONCE([iswcntrl])
38 AC_CACHE_CHECK([whether iswcntrl works], [gl_cv_func_iswcntrl_works],
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwctype.h71 using _STLP_VENDOR_CSTD_WFUNC::iswcntrl;
/ndk/sources/cxx-stl/stlport/stlport/
Dctype.h96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); }
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dlocale_support.c213 define_wchar_wrapper(iswcntrl) in define_wchar_wrapper()
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c215 if ((mask & _Locale_CNTRL) != 0 && iswcntrl(wc)) in _WLocale_ctype()
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in313 /* Define to 1 if you have the `iswcntrl' function. */
Dconfigure2166 ac_func_list="$ac_func_list iswcntrl"