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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/tests/
ctype_unittest.cc 13 TEST(ctype, isprint) {
14 EXPECT_TRUE(isprint('a'));
15 EXPECT_TRUE(isprint(' '));
16 EXPECT_FALSE(isprint('\t'));
17 EXPECT_FALSE(isprint('\n'));
18 EXPECT_FALSE(isprint('\f'));
19 EXPECT_FALSE(isprint('\r'));
  /ndk/sources/android/support/src/musl-locale/
isprint_l.c 5 return isprint(c);
  /external/libcxx/test/std/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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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...]
  /external/llvm/include/llvm/Support/
Locale.h 11 bool isPrint(int c);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 21 { "print", isprint },
  /bionic/tests/
ctype_test.cpp 73 TEST(ctype, isprint) {
74 EXPECT_TRUE(isprint('a'));
75 EXPECT_TRUE(isprint(' '));
76 EXPECT_FALSE(isprint('\b'));
  /external/openssh/openbsd-compat/
charclass.h 23 { "print", isprint },
  /external/libcxx/include/
cctype 27 int isprint(int c);
107 #ifdef isprint
108 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isprint(int __c) {return isprint(__c);}
109 #undef isprint
110 inline _LIBCPP_INLINE_VISIBILITY int isprint(int __c) {return __libcpp_isprint(__c);}
111 #else // isprint
112 using ::isprint;
113 #endif // isprint
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cctype 27 int isprint(int c);
106 #ifdef isprint
107 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isprint(int __c) {return isprint(__c);}
108 #undef isprint
109 inline _LIBCPP_INLINE_VISIBILITY int isprint(int __c) {return __libcpp_isprint(__c);}
110 #else // isprint
111 using ::isprint;
112 #endif // isprint
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cctype 27 int isprint(int c);
106 #ifdef isprint
107 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isprint(int __c) {return isprint(__c);}
108 #undef isprint
109 inline _LIBCPP_INLINE_VISIBILITY int isprint(int __c) {return __libcpp_isprint(__c);}
110 #else // isprint
111 using ::isprint;
112 #endif // isprint
  /development/tools/yuv420sp2rgb/
debug.c 23 if (isprint(pchr[last]))
  /external/libcxx/test/std/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'));
  /external/libcxx/test/std/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'));
  /external/llvm/lib/Support/
Locale.cpp 16 bool isPrint(int UCS) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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/llvm-libc++/libcxx/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'));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cctype 54 #undef isprint
70 using ::isprint;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cctype 54 #undef isprint
70 using ::isprint;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cctype 54 #undef isprint
70 using ::isprint;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cctype 56 #undef isprint
72 using ::isprint;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cctype 56 #undef isprint
72 using ::isprint;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cctype 56 #undef isprint
72 using ::isprint;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cctype 56 #undef isprint
72 using ::isprint;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cctype 56 #undef isprint
72 using ::isprint;

Completed in 1744 milliseconds

1 2 3 4 5 6 7 8 91011>>