HomeSort by relevance Sort by last modified time
    Searched refs:iswcntrl (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /ndk/sources/android/support/src/musl-locale/
iswcntrl_l.c 5 return iswcntrl(c);
  /ndk/sources/android/support/src/musl-ctype/
iswcntrl.c 4 int iswcntrl(wint_t wc) function
iswctype.c 28 return iswcntrl(wc);
  /external/libcxx/include/support/solaris/
wchar.h 20 #define iswcntrl sun_iswcntrl macro
40 #undef iswcntrl macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 20 #define iswcntrl sun_iswcntrl macro
40 #undef iswcntrl macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 20 #define iswcntrl sun_iswcntrl macro
40 #undef iswcntrl macro
  /external/libcxx/test/std/depr/depr.c.headers/
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/
cwctype.pass.cpp 31 #ifdef iswcntrl
32 #error iswcntrl defined
99 static_assert((std::is_same<decltype(std::iswcntrl(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 31 #ifdef iswcntrl
32 #error iswcntrl defined
99 static_assert((std::is_same<decltype(iswcntrl(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 31 #ifdef iswcntrl
32 #error iswcntrl defined
99 static_assert((std::is_same<decltype(std::iswcntrl(w)), int>::value), "");
  /bionic/libc/bionic/
wctype.cpp 40 int iswcntrl(wint_t wc) { return iscntrl(wc); } function
53 int iswcntrl_l(wint_t c, locale_t) { return iswcntrl(c); }
68 case WC_TYPE_CNTRL: return iswcntrl(wc);
  /external/bison/lib/
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
mbchar.h 228 #define mb_iscntrl(mbc) ((mbc).wc_valid && iswcntrl ((mbc).wc))
249 return (w >= 0 ? w : iswcntrl (wc) ? 0 : MB_UNPRINTABLE_WIDTH);
  /ndk/sources/android/support/include/
wctype.h 52 int iswcntrl(wint_t);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 71 using _STLP_VENDOR_CSTD_WFUNC::iswcntrl;
  /prebuilts/ndk/current/sources/android/support/include/
wctype.h 52 int iswcntrl(wint_t);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 71 using _STLP_VENDOR_CSTD_WFUNC::iswcntrl;
  /external/bison/darwin-lib/
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/
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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 117 int __cdecl iswcntrl(wint_t);
144 #define iswcntrl(_c) (iswctype(_c,_CONTROL)) macro
159 __CRT_INLINE int __cdecl iswcntrl(wint_t _C) {return (iswctype(_C,_CONTROL)); } function
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); } function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ctype.h 96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); } function
  /development/ndk/platforms/android-3/include/
wchar.h 89 extern int iswcntrl(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 94 extern int iswcntrl(wint_t);
  /development/ndk/platforms/android-9/include/
wchar.h 75 extern int iswcntrl(wint_t);

Completed in 2095 milliseconds

1 2 3 4