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

1 2 3 4 5 6 7 8 91011

  /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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
isgraph_l.c 5 return isgraph(c);
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
isgraph_l.c 5 return isgraph(c);
  /external/clang/test/Sema/
libbuiltins-ctype-powerpc64.c 8 int isgraph(int);
29 // CHECK: call signext i32 @isgraph(i32 signext {{%[0-9]+}}) [[NUW_RO_CALL:#[0-9]+]]
30 (void)isgraph(x);
54 // CHECK: declare signext i32 @isgraph(i32 signext) [[NUW_RO:#[0-9]+]]
libbuiltins-ctype-x86_64.c 8 int isgraph(int);
29 // CHECK: call i32 @isgraph(i32 {{%[0-9]+}}) [[NUW_RO_CALL:#[0-9]+]]
30 (void)isgraph(x);
54 // CHECK: declare i32 @isgraph(i32) [[NUW_RO:#[0-9]+]]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 19 { "graph", isgraph },
  /external/openssh/openbsd-compat/
charclass.h 21 { "graph", isgraph },
  /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(' '));
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cctype 47 using ::isgraph;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cctype 47 using ::isgraph;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cctype 47 using ::isgraph;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cctype 47 using ::isgraph;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cctype 47 using ::isgraph;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cctype 47 using ::isgraph;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
cctype 47 using ::isgraph;
  /external/libcxx/include/
ctype.h 22 int isgraph(int c);
57 #undef isgraph macro
  /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'));
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 36 using _STLP_VENDOR_CSTD::isgraph;
  /prebuilts/ndk/r11/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'));
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 36 using _STLP_VENDOR_CSTD::isgraph;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
ctype.h 22 int isgraph(int c);
57 #undef isgraph macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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'));
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 36 using _STLP_VENDOR_CSTD::isgraph;

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 91011