Home
last modified time | relevance | path

Searched refs:ispunct (Results 1 – 21 of 21) sorted by relevance

/external/libcxx/test/std/localization/locales/locale.convenience/classification/
Dispunct.pass.cpp20 assert(!std::ispunct(' ', l)); in main()
21 assert( std::ispunct('<', l)); in main()
22 assert(!std::ispunct('\x8', l)); in main()
23 assert(!std::ispunct('A', l)); in main()
24 assert(!std::ispunct('a', l)); in main()
25 assert(!std::ispunct('z', l)); in main()
26 assert(!std::ispunct('3', l)); in main()
27 assert( std::ispunct('.', l)); in main()
28 assert(!std::ispunct('f', l)); in main()
29 assert(!std::ispunct('9', l)); in main()
[all …]
/external/libcxx/include/
Dcctype28 int ispunct(int c);
115 #ifdef ispunct
116 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_ispunct(int __c) {return ispunct(__c);}
117 #undef ispunct
118 inline _LIBCPP_INLINE_VISIBILITY int ispunct(int __c) {return __libcpp_ispunct(__c);}
119 #else // ispunct
120 using ::ispunct;
121 #endif // ispunct
D__locale759 ispunct(_CharT __c, const locale& __loc)
Dlocale78 template <class charT> bool ispunct (charT c, const locale& loc);
/external/libcxx/test/std/depr/depr.c.headers/
Dctype_h.pass.cpp48 #ifdef ispunct
49 #error ispunct defined
82 static_assert((std::is_same<decltype(ispunct(0)), int>::value), ""); in main()
97 assert(!ispunct('a')); in main()
/external/libcxx/test/std/strings/c.strings/
Dcctype.pass.cpp48 #ifdef ispunct
49 #error ispunct defined
82 static_assert((std::is_same<decltype(std::ispunct(0)), int>::value), ""); in main()
97 assert(!ispunct('a')); in main()
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h140 #undef ispunct
141 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
/external/pcre/dist/
Dpcre_maketables.c125 if (ispunct(i)) p[cbit_punct + i/8] |= 1 << (i&7); in pcre_maketables()
DNON-AUTOTOOLS-BUILD663 documentation regarding isprint(), iscntrl(), isgraph() and ispunct(). I
700 $! isgraph() and ispunct() on OpenVMS must not produce the same results
/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h135 if (isalnum(UC) || ispunct(UC)) { in printChar()
/external/libcxx/include/support/xlocale/
Dxlocale.h58 return ispunct(c); in ispunct_l()
/external/toybox/toys/pending/
Dtr.c178 if (ispunct(k)) set[i++] = k; in expand_set()
/external/toybox/lib/
Dargs.c206 if (type == '-' && !ispunct(*arg)) l*=-1; in gotflag()
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt44 fun:ispunct=functional
Dlibc_ubuntu1404_abilist.txt2107 fun:ispunct=uninstrumented
/external/bison/
Dmaint.mk599 |isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper
/external/pcre/dist/doc/html/
DNON-AUTOTOOLS-BUILD.txt663 documentation regarding isprint(), iscntrl(), isgraph() and ispunct(). I
700 $! isgraph() and ispunct() on OpenVMS must not produce the same results
/external/libxml2/
Dtrio.c183 # define iswpunct(x) ispunct(x)
5384 if (ispunct(i))
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym31 PUBLIC 2b910 0 ispunct
/external/google-breakpad/src/processor/testdata/
Dmodule0.out17633 FUNC 1a79a 29 4 ispunct
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym17633 FUNC 1a79a 29 4 ispunct