Searched refs:ispunct (Results 1 – 21 of 21) sorted by relevance
/external/libcxx/test/std/localization/locales/locale.convenience/classification/ |
D | ispunct.pass.cpp | 20 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/ |
D | cctype | 28 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 | __locale | 759 ispunct(_CharT __c, const locale& __loc)
|
D | locale | 78 template <class charT> bool ispunct (charT c, const locale& loc);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | ctype_h.pass.cpp | 48 #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/ |
D | cctype.pass.cpp | 48 #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/ |
D | safe-ctype.h | 140 #undef ispunct 141 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
|
/external/pcre/dist/ |
D | pcre_maketables.c | 125 if (ispunct(i)) p[cbit_punct + i/8] |= 1 << (i&7); in pcre_maketables()
|
D | NON-AUTOTOOLS-BUILD | 663 documentation regarding isprint(), iscntrl(), isgraph() and ispunct(). I 700 $! isgraph() and ispunct() on OpenVMS must not produce the same results
|
/external/llvm/utils/TableGen/ |
D | SequenceToOffsetTable.h | 135 if (isalnum(UC) || ispunct(UC)) { in printChar()
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 58 return ispunct(c); in ispunct_l()
|
/external/toybox/toys/pending/ |
D | tr.c | 178 if (ispunct(k)) set[i++] = k; in expand_set()
|
/external/toybox/lib/ |
D | args.c | 206 if (type == '-' && !ispunct(*arg)) l*=-1; in gotflag()
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 44 fun:ispunct=functional
|
D | libc_ubuntu1404_abilist.txt | 2107 fun:ispunct=uninstrumented
|
/external/bison/ |
D | maint.mk | 599 |isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper
|
/external/pcre/dist/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 663 documentation regarding isprint(), iscntrl(), isgraph() and ispunct(). I 700 $! isgraph() and ispunct() on OpenVMS must not produce the same results
|
/external/libxml2/ |
D | trio.c | 183 # define iswpunct(x) ispunct(x) 5384 if (ispunct(i))
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 31 PUBLIC 2b910 0 ispunct
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 17633 FUNC 1a79a 29 4 ispunct
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 17633 FUNC 1a79a 29 4 ispunct
|