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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/src/musl-locale/
ispunct_l.c 5 return ispunct(c);
  /external/libcxx/test/localization/locales/locale.convenience/classification/
ispunct.pass.cpp 12 // template <class charT> bool ispunct (charT c, const locale& loc);
20 assert(!std::ispunct(' ', l));
21 assert( std::ispunct('<', l));
22 assert(!std::ispunct('\x8', l));
23 assert(!std::ispunct('A', l));
24 assert(!std::ispunct('a', l));
25 assert(!std::ispunct('z', l));
26 assert(!std::ispunct('3', l));
27 assert( std::ispunct('.', l));
28 assert(!std::ispunct('f', l))
    [all...]
Android.mk 35 test_name := localization/locales/locale.convenience/classification/ispunct
36 test_src := ispunct.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/
ispunct.pass.cpp 12 // template <class charT> bool ispunct (charT c, const locale& loc);
20 assert(!std::ispunct(' ', l));
21 assert( std::ispunct('<', l));
22 assert(!std::ispunct('\x8', l));
23 assert(!std::ispunct('A', l));
24 assert(!std::ispunct('a', l));
25 assert(!std::ispunct('z', l));
26 assert(!std::ispunct('3', l));
27 assert( std::ispunct('.', l));
28 assert(!std::ispunct('f', l))
    [all...]
  /bionic/tests/
ctype_test.cpp 79 TEST(ctype, ispunct) {
80 EXPECT_TRUE(ispunct('!'));
81 EXPECT_FALSE(ispunct('a'));
82 EXPECT_FALSE(ispunct(' '));
83 EXPECT_FALSE(ispunct('\b'));
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 22 { "punct", ispunct },
  /external/libcxx/include/
cctype 28 int ispunct(int c);
114 #ifdef ispunct
115 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_ispunct(int __c) {return ispunct(__c);}
116 #undef ispunct
117 inline _LIBCPP_INLINE_VISIBILITY int ispunct(int __c) {return __libcpp_ispunct(__c);}
118 #else // ispunct
119 using ::ispunct;
120 #endif // ispunct
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cctype 28 int ispunct(int c);
114 #ifdef ispunct
115 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_ispunct(int __c) {return ispunct(__c);}
116 #undef ispunct
117 inline _LIBCPP_INLINE_VISIBILITY int ispunct(int __c) {return __libcpp_ispunct(__c);}
118 #else // ispunct
119 using ::ispunct;
120 #endif // ispunct
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cctype 28 int ispunct(int c);
114 #ifdef ispunct
115 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_ispunct(int __c) {return ispunct(__c);}
116 #undef ispunct
117 inline _LIBCPP_INLINE_VISIBILITY int ispunct(int __c) {return __libcpp_ispunct(__c);}
118 #else // ispunct
119 using ::ispunct;
120 #endif // ispunct
  /external/libcxx/test/depr/depr.c.headers/
ctype_h.pass.cpp 48 #ifdef ispunct
49 #error ispunct defined
82 static_assert((std::is_same<decltype(ispunct(0)), int>::value), "");
97 assert(!ispunct('a'));
  /external/libcxx/test/strings/c.strings/
cctype.pass.cpp 48 #ifdef ispunct
49 #error ispunct defined
82 static_assert((std::is_same<decltype(std::ispunct(0)), int>::value), "");
97 assert(!ispunct('a'));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
ctype_h.pass.cpp 48 #ifdef ispunct
49 #error ispunct defined
82 static_assert((std::is_same<decltype(ispunct(0)), int>::value), "");
97 assert(!ispunct('a'));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cctype.pass.cpp 48 #ifdef ispunct
49 #error ispunct defined
82 static_assert((std::is_same<decltype(std::ispunct(0)), int>::value), "");
97 assert(!ispunct('a'));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cctype 55 #undef ispunct
71 using ::ispunct;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cctype 55 #undef ispunct
71 using ::ispunct;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cctype 57 #undef ispunct
73 using ::ispunct;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cctype 55 #undef ispunct
71 using ::ispunct;

Completed in 1003 milliseconds

1 2 3 4 5 6 7 8 91011>>