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

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/classification/
iscntrl.pass.cpp 12 // template <class charT> bool iscntrl (charT c, const locale& loc);
20 assert(!std::iscntrl(' ', l));
21 assert(!std::iscntrl('<', l));
22 assert( std::iscntrl('\x8', l));
23 assert(!std::iscntrl('A', l));
24 assert(!std::iscntrl('a', l));
25 assert(!std::iscntrl('z', l));
26 assert(!std::iscntrl('3', l));
27 assert(!std::iscntrl('.', l));
28 assert(!std::iscntrl('f', l))
    [all...]
  /bionic/libc/unistd/
charclass.h 17 { "cntrl", iscntrl },
  /external/openssh/openbsd-compat/
charclass.h 19 { "cntrl", iscntrl },
  /bionic/libstdc++/include/
cctype 45 using ::iscntrl;
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 44 #undef iscntrl macro
61 #define iscntrl iscntrl_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /ndk/sources/cxx-stl/gabi++/include/
cctype 45 using ::iscntrl;
  /ndk/sources/cxx-stl/system/include/
cctype 45 using ::iscntrl;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cctype 43 using ::iscntrl;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cctype 43 using ::iscntrl;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cctype 45 using ::iscntrl;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cctype 45 using ::iscntrl;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cctype 45 using ::iscntrl;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cctype 45 using ::iscntrl;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cctype 45 using ::iscntrl;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cctype 45 using ::iscntrl;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 47 #ifdef iscntrl
91 using std::iscntrl;
  /external/stlport/stlport/stl/
_cctype.h 34 using _STLP_VENDOR_CSTD::iscntrl;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
ctype_h.pass.cpp 28 #ifdef iscntrl
29 #error iscntrl defined
77 static_assert((std::is_same<decltype(iscntrl(0)), int>::value), "");
92 assert(!iscntrl(' '));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 34 using _STLP_VENDOR_CSTD::iscntrl;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 34 using _STLP_VENDOR_CSTD::iscntrl;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 34 using _STLP_VENDOR_CSTD::iscntrl;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 34 using _STLP_VENDOR_CSTD::iscntrl;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 34 using _STLP_VENDOR_CSTD::iscntrl;
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cctype.pass.cpp 28 #ifdef iscntrl
29 #error iscntrl defined
77 static_assert((std::is_same<decltype(std::iscntrl(0)), int>::value), "");
92 assert(!iscntrl(' '));
  /bionic/libc/include/
ctype.h 74 int iscntrl(int);
112 __CTYPE_INLINE int iscntrl(int c) function

Completed in 973 milliseconds

1 2 3 4 5 6