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

1 2 3 4 5

  /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/r16/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...]
  /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 },
isctype.c 80 #undef isgraph macro
82 isgraph(int c) function
86 DEF_STRONG(isgraph); variable
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cctype 47 using ::isgraph;
  /external/libcxx/include/
ctype.h 22 int isgraph(int c);
48 #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/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 22 int isgraph(int c);
57 #undef isgraph macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ctype.h 22 int isgraph(int c);
57 #undef isgraph macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ctype.h 22 int isgraph(int c);
48 #undef isgraph macro
  /prebuilts/ndk/r16/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'));

Completed in 359 milliseconds

1 2 3 4 5