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

1 2 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/classification/
isprint.pass.cpp 12 // template <class charT> bool isprint (charT c, const locale& loc);
20 assert( std::isprint(' ', l));
21 assert( std::isprint('<', l));
22 assert(!std::isprint('\x8', l));
23 assert( std::isprint('A', l));
24 assert( std::isprint('a', l));
25 assert( std::isprint('z', l));
26 assert( std::isprint('3', l));
27 assert( std::isprint('.', l));
28 assert( std::isprint('f', l))
    [all...]
  /bionic/libc/unistd/
charclass.h 21 { "print", isprint },
  /external/openssh/openbsd-compat/
charclass.h 23 { "print", isprint },
  /bionic/libstdc++/include/
cctype 49 using ::isprint;
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 48 #undef isprint macro
65 #define isprint isprint_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /ndk/sources/cxx-stl/gabi++/include/
cctype 49 using ::isprint;
  /ndk/sources/cxx-stl/system/include/
cctype 49 using ::isprint;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cctype 47 using ::isprint;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cctype 47 using ::isprint;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cctype 49 using ::isprint;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cctype 49 using ::isprint;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cctype 49 using ::isprint;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cctype 49 using ::isprint;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cctype 49 using ::isprint;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cctype 49 using ::isprint;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 59 #ifdef isprint
83 using std::isprint;
  /external/stlport/stlport/stl/
_cctype.h 38 using _STLP_VENDOR_CSTD::isprint;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
ctype_h.pass.cpp 44 #ifdef isprint
45 #error isprint defined
81 static_assert((std::is_same<decltype(isprint(0)), int>::value), "");
96 assert(isprint('a'));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 38 using _STLP_VENDOR_CSTD::isprint;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 38 using _STLP_VENDOR_CSTD::isprint;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 38 using _STLP_VENDOR_CSTD::isprint;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 38 using _STLP_VENDOR_CSTD::isprint;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 38 using _STLP_VENDOR_CSTD::isprint;
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cctype.pass.cpp 44 #ifdef isprint
45 #error isprint defined
81 static_assert((std::is_same<decltype(std::isprint(0)), int>::value), "");
96 assert(isprint('a'));
  /development/tools/yuv420sp2rgb/
debug.c 23 if (isprint(pchr[last]))

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 9