Searched refs:iswpunct (Results 1 – 16 of 16) sorted by relevance
/external/libcxx/include/ |
D | cwctype | 38 int iswpunct(wint_t wc); 131 #ifdef iswpunct 132 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswpunct(wint_t __wc) {return iswpunct(__wc);} 133 #undef iswpunct 134 inline _LIBCPP_INLINE_VISIBILITY int iswpunct(wint_t __wc) {return __libcpp_iswpunct(__wc);} 135 #else // iswpunct 136 using ::iswpunct;
|
/external/bison/lib/ |
D | wctype.in.h | 125 # undef iswpunct 143 # define iswpunct rpl_iswpunct macro 249 iswpunct in rpl_iswpunct() 375 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc)); 387 _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc)); 399 _GL_CXXALIASWARN (iswpunct);
|
D | mbchar.h | 233 #define mb_ispunct(mbc) ((mbc).wc_valid && iswpunct ((mbc).wc))
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 51 #ifdef iswpunct 52 #error iswpunct defined 104 static_assert((std::is_same<decltype(iswpunct(w)), int>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 51 #ifdef iswpunct 52 #error iswpunct defined 104 static_assert((std::is_same<decltype(std::iswpunct(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 17 #define iswpunct sun_iswpunct macro 37 #undef iswpunct
|
/external/bison/darwin-lib/ |
D | wctype.h | 427 # undef iswpunct 445 # define iswpunct rpl_iswpunct 551 iswpunct in iswpunct() function 677 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc)); 689 _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc)); 701 _GL_CXXALIASWARN (iswpunct);
|
/external/bison/linux-lib/ |
D | wctype.h | 427 # undef iswpunct 445 # define iswpunct rpl_iswpunct 551 iswpunct in iswpunct() function 677 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc)); 689 _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc)); 701 _GL_CXXALIASWARN (iswpunct);
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 106 return iswpunct(c); in iswpunct_l()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 78 i = iswpunct(L'•');
|
/external/ltrace/etc/ |
D | libc.so.conf | 470 int iswpunct(wint_t);
|
/external/libxml2/ |
D | trio.c | 183 # define iswpunct(x) ispunct(x) macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2131 fun:iswpunct=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1190 PUBLIC ddc70 0 iswpunct
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 13679 FUNC 10376 e 4 iswpunct
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 13679 FUNC 10376 e 4 iswpunct
|