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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/src/musl-locale/
isgraph_l.c 5 return isgraph(c);
  /external/libcxx/test/std/localization/locales/locale.convenience/classification/
isgraph.pass.cpp 12 // template <class charT> bool isgraph (charT c, const locale& loc);
20 assert(!std::isgraph(' ', l));
21 assert( std::isgraph('<', l));
22 assert(!std::isgraph('\x8', l));
23 assert( std::isgraph('A', l));
24 assert( std::isgraph('a', l));
25 assert( std::isgraph('z', l));
26 assert( std::isgraph('3', l));
27 assert( std::isgraph('.', l));
28 assert( std::isgraph('f', l))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/
isgraph.pass.cpp 12 // template <class charT> bool isgraph (charT c, const locale& loc);
20 assert(!std::isgraph(' ', l));
21 assert( std::isgraph('<', l));
22 assert(!std::isgraph('\x8', l));
23 assert( std::isgraph('A', l));
24 assert( std::isgraph('a', l));
25 assert( std::isgraph('z', l));
26 assert( std::isgraph('3', l));
27 assert( std::isgraph('.', l));
28 assert( std::isgraph('f', l))
    [all...]
  /bionic/tests/
ctype_test.cpp 59 TEST(ctype, isgraph) {
60 EXPECT_TRUE(isgraph('a'));
61 EXPECT_TRUE(isgraph('A'));
62 EXPECT_TRUE(isgraph('1'));
63 EXPECT_TRUE(isgraph('!'));
64 EXPECT_FALSE(isgraph(' '));
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 19 { "graph", isgraph },
  /external/openssh/openbsd-compat/
charclass.h 21 { "graph", isgraph },
  /external/libcxx/include/
cctype 25 int isgraph(int c);
91 #ifdef isgraph
92 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isgraph(int __c) {return isgraph(__c);}
93 #undef isgraph
94 inline _LIBCPP_INLINE_VISIBILITY int isgraph(int __c) {return __libcpp_isgraph(__c);}
95 #else // isgraph
96 using ::isgraph;
97 #endif // isgraph
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cctype 25 int isgraph(int c);
90 #ifdef isgraph
91 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isgraph(int __c) {return isgraph(__c);}
92 #undef isgraph
93 inline _LIBCPP_INLINE_VISIBILITY int isgraph(int __c) {return __libcpp_isgraph(__c);}
94 #else // isgraph
95 using ::isgraph;
96 #endif // isgraph
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cctype 25 int isgraph(int c);
90 #ifdef isgraph
91 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isgraph(int __c) {return isgraph(__c);}
92 #undef isgraph
93 inline _LIBCPP_INLINE_VISIBILITY int isgraph(int __c) {return __libcpp_isgraph(__c);}
94 #else // isgraph
95 using ::isgraph;
96 #endif // isgraph
  /external/libcxx/test/std/depr/depr.c.headers/
ctype_h.pass.cpp 36 #ifdef isgraph
37 #error isgraph defined
79 static_assert((std::is_same<decltype(isgraph(0)), int>::value), "");
94 assert(isgraph('a'));
  /external/libcxx/test/std/strings/c.strings/
cctype.pass.cpp 36 #ifdef isgraph
37 #error isgraph defined
79 static_assert((std::is_same<decltype(std::isgraph(0)), int>::value), "");
94 assert(isgraph('a'));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
ctype_h.pass.cpp 36 #ifdef isgraph
37 #error isgraph defined
79 static_assert((std::is_same<decltype(isgraph(0)), int>::value), "");
94 assert(isgraph('a'));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cctype.pass.cpp 36 #ifdef isgraph
37 #error isgraph defined
79 static_assert((std::is_same<decltype(std::isgraph(0)), int>::value), "");
94 assert(isgraph('a'));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cctype 52 #undef isgraph
68 using ::isgraph;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cctype 52 #undef isgraph
68 using ::isgraph;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cctype 52 #undef isgraph
68 using ::isgraph;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cctype 54 #undef isgraph
70 using ::isgraph;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cctype 54 #undef isgraph
70 using ::isgraph;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cctype 54 #undef isgraph
70 using ::isgraph;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cctype 54 #undef isgraph
70 using ::isgraph;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cctype 54 #undef isgraph
70 using ::isgraph;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cctype 54 #undef isgraph
70 using ::isgraph;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cctype 54 #undef isgraph
70 using ::isgraph;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cctype 54 #undef isgraph
70 using ::isgraph;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cctype 52 #undef isgraph
68 using ::isgraph;

Completed in 2155 milliseconds

1 2 3 4 5 6 7 8 91011>>