Searched refs:isgraph (Results 1 - 25 of 430) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/classification/
H A Disgraph.pass.cpp12 // 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('
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/
H A Disgraph.pass.cpp12 // 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('
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/classification/
H A Disgraph.pass.cpp12 // 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('
[all...]
/prebuilts/ndk/current/sources/android/support/src/musl-locale/
H A Disgraph_l.c5 return isgraph(c);
/prebuilts/ndk/r11/sources/android/support/src/musl-locale/
H A Disgraph_l.c5 return isgraph(c);
/prebuilts/ndk/r13/sources/android/support/src/musl-locale/
H A Disgraph_l.c5 return isgraph(c);
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/r10/sources/cxx-stl/system/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/r11/sources/cxx-stl/system/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/r13/sources/cxx-stl/system/include/
H A Dcctype47 using ::isgraph;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/
H A Dctype.h22 int isgraph(int c);
57 #undef isgraph macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dctype_h.pass.cpp36 #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/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dctype_h.pass.cpp36 #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/llvm-libc++/include/
H A Dctype.h22 int isgraph(int c);
57 #undef isgraph macro
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dctype_h.pass.cpp36 #ifdef isgraph
37 #error isgraph defined
79 static_assert((std::is_same<decltype(isgraph(0)), int>::value), "");
94 assert(isgraph('a'));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
H A Dcctype.pass.cpp36 #ifdef isgraph
37 #error isgraph defined
79 static_assert((std::is_same<decltype(std::isgraph(0)), int>::value), "");
94 assert(std::isgraph('a'));
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_cctype.h36 using _STLP_VENDOR_CSTD::isgraph;
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_cctype.h36 using _STLP_VENDOR_CSTD::isgraph;
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
H A Dcctype.pass.cpp36 #ifdef isgraph
37 #error isgraph defined
79 static_assert((std::is_same<decltype(std::isgraph(0)), int>::value), "");
94 assert(isgraph('a'));
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_cctype.h36 using _STLP_VENDOR_CSTD::isgraph;

Completed in 704 milliseconds

1234567891011>>