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

1 2 3 4 5 6

  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iswcntrl_l.c 5 return iswcntrl(c);
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iswcntrl_l.c 5 return iswcntrl(c);
  /prebuilts/ndk/r11/sources/android/support/src/musl-ctype/
iswcntrl.c 4 int iswcntrl(wint_t wc) function
iswctype.c 28 return iswcntrl(wc);
  /prebuilts/ndk/r13/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
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 20 #define iswcntrl sun_iswcntrl macro
40 #undef iswcntrl macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 20 #define iswcntrl sun_iswcntrl macro
40 #undef iswcntrl macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/solaris/
wchar.h 20 #define iswcntrl sun_iswcntrl macro
40 #undef iswcntrl macro
  /external/libcxx/include/
wctype.h 30 int iswcntrl(wint_t wc);
61 #undef iswcntrl macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
wctype.h 30 int iswcntrl(wint_t wc);
61 #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), "");
  /prebuilts/ndk/r11/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), "");
  /prebuilts/ndk/r11/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), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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), "");
  /bionic/libc/include/bits/
wctype.h 43 int iswcntrl(wint_t);
  /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
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
iswctype_sb.c 79 #undef iswcntrl macro
81 iswcntrl(wint_t c) function
  /device/linaro/bootloader/edk2/StdLib/Include/
wctype.h 21 int iswcntrl (wint_t);
134 OR, a locale-specific character where none of iswcntrl, iswdigit,
151 int iswcntrl (wint_t WC);
173 for which none of iswcntrl, iswdigit, iswpunct, or iswspace is TRUE.
227 iswcntrl, iswdigit, iswpunct, or iswspace is TRUE.
  /prebuilts/ndk/r10/sources/android/support/include/
wctype.h 52 int iswcntrl(wint_t);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 71 using _STLP_VENDOR_CSTD_WFUNC::iswcntrl;
  /prebuilts/ndk/r11/sources/android/support/include/
wctype.h 52 int iswcntrl(wint_t);

Completed in 1092 milliseconds

1 2 3 4 5 6