Searched refs:iswgraph (Results 1 – 18 of 18) sorted by relevance
/external/libcxx/include/ |
D | cwctype | 35 int iswgraph(wint_t wc); 107 #ifdef iswgraph 108 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswgraph(wint_t __wc) {return iswgraph(__wc);} 109 #undef iswgraph 110 inline _LIBCPP_INLINE_VISIBILITY int iswgraph(wint_t __wc) {return __libcpp_iswgraph(__wc);} 111 #else // iswgraph 112 using ::iswgraph;
|
/external/bison/lib/ |
D | wctype.in.h | 122 # undef iswgraph 140 # define iswgraph rpl_iswgraph macro 216 iswgraph in rpl_iswgraph() 372 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc)); 384 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc)); 396 _GL_CXXALIASWARN (iswgraph);
|
D | mbchar.h | 230 #define mb_isgraph(mbc) ((mbc).wc_valid && iswgraph ((mbc).wc))
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 39 #ifdef iswgraph 40 #error iswgraph defined 101 static_assert((std::is_same<decltype(iswgraph(w)), int>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 39 #ifdef iswgraph 40 #error iswgraph defined 101 static_assert((std::is_same<decltype(std::iswgraph(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 19 #define iswgraph sun_iswgraph macro 39 #undef iswgraph
|
/external/bison/darwin-lib/ |
D | wctype.h | 424 # undef iswgraph 442 # define iswgraph rpl_iswgraph 518 iswgraph in iswgraph() function 674 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc)); 686 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc)); 698 _GL_CXXALIASWARN (iswgraph);
|
/external/bison/linux-lib/ |
D | wctype.h | 424 # undef iswgraph 442 # define iswgraph rpl_iswgraph 518 iswgraph in iswgraph() function 674 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc)); 686 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc)); 698 _GL_CXXALIASWARN (iswgraph);
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 94 return iswgraph(c); in iswgraph_l()
|
/external/libedit/src/ |
D | vis.c | 219 if (iswgraph(c)) { in do_mbyte() 271 if (!iswextra && (iswgraph(c) || iswwhite(c) || in do_svis()
|
D | chartype.h | 84 #define Isgraph(x) iswgraph(x)
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 70 i = iswgraph(L'=');
|
/external/ltrace/etc/ |
D | libc.so.conf | 467 int iswgraph(wint_t);
|
/external/libxml2/ |
D | trio.c | 180 # define iswgraph(x) isgraph(x) macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2125 fun:iswgraph=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1192 PUBLIC dde10 0 iswgraph
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 13703 FUNC 103e8 11 4 iswgraph
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 13703 FUNC 103e8 11 4 iswgraph
|