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

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/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/libc/unistd/
charclass.h 22 { "punct", ispunct },
  /external/openssh/openbsd-compat/
charclass.h 24 { "punct", ispunct },
  /bionic/libstdc++/include/
cctype 50 using ::ispunct;
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 49 #undef ispunct macro
66 #define ispunct ispunct_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /ndk/sources/cxx-stl/gabi++/include/
cctype 50 using ::ispunct;
  /ndk/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cctype 48 using ::ispunct;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cctype 48 using ::ispunct;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 62 #ifdef ispunct
88 using std::ispunct;
  /external/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /ndk/sources/cxx-stl/llvm-libc++/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/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /ndk/sources/cxx-stl/llvm-libc++/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'));
  /bionic/libc/include/
ctype.h 79 int ispunct(int);
137 __CTYPE_INLINE int ispunct(int c) function

Completed in 297 milliseconds

1 2 3 4 5 6