/external/libcxx/include/ |
D | cwctype | 39 int iswspace(wint_t wc); 139 #ifdef iswspace 140 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswspace(wint_t __wc) {return iswspace(__wc);} 141 #undef iswspace 142 inline _LIBCPP_INLINE_VISIBILITY int iswspace(wint_t __wc) {return __libcpp_iswspace(__wc);} 143 #else // iswspace 144 using ::iswspace;
|
/external/bison/lib/ |
D | wctype.in.h | 126 # undef iswspace 144 # define iswspace rpl_iswspace macro 262 iswspace in rpl_iswspace() 376 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc)); 388 _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc)); 400 _GL_CXXALIASWARN (iswspace);
|
D | mbchar.h | 234 #define mb_isspace(mbc) ((mbc).wc_valid && iswspace ((mbc).wc))
|
D | strtol.c | 200 # define ISSPACE(Ch) iswspace (Ch)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 55 #ifdef iswspace 56 #error iswspace defined 105 static_assert((std::is_same<decltype(iswspace(w)), int>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 55 #ifdef iswspace 56 #error iswspace defined 105 static_assert((std::is_same<decltype(std::iswspace(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 16 #define iswspace sun_iswspace macro 36 #undef iswspace
|
/external/bison/darwin-lib/ |
D | wctype.h | 428 # undef iswspace 446 # define iswspace rpl_iswspace 564 iswspace in iswspace() function 678 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc)); 690 _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc)); 702 _GL_CXXALIASWARN (iswspace);
|
/external/bison/linux-lib/ |
D | wctype.h | 428 # undef iswspace 446 # define iswspace rpl_iswspace 564 iswspace in iswspace() function 678 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc)); 690 _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc)); 702 _GL_CXXALIASWARN (iswspace);
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 201 iswspace(ch); in StdLibIsSpace() 236 iswspace(ch); in StdLibIsWhiteSpace()
|
/external/toybox/toys/posix/ |
D | wc.c | 82 space = iswspace(wchar); in do_wc()
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 110 return iswspace(c); in iswspace_l()
|
/external/libedit/src/ |
D | vis.c | 166 ((iswspace(c) && (nextc == L'\r' || nextc == L'\n')) || in do_mvis() 168 (!iswspace(c) && (c < 33 || (c > 60 && c < 62) || c > 126)) || in do_mvis()
|
D | chartype.h | 85 #define Isspace(x) iswspace(x)
|
/external/libedit/examples/ |
D | wtc1.c | 69 for (ptr = lf->cursor -1; !iswspace(*ptr) && ptr > lf->buffer; --ptr) in complete()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 80 i = iswspace(L'\t');
|
/external/libchrome/base/strings/ |
D | string_number_conversions.cc | 112 return 0 != iswspace(c); in Invoke()
|
/external/ltrace/etc/ |
D | libc.so.conf | 471 int iswspace(wint_t);
|
/external/libxml2/ |
D | trio.c | 184 # define iswspace(x) isspace(x) macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2133 fun:iswspace=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1189 PUBLIC ddba0 0 iswspace
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 13671 FUNC 10355 e 4 iswspace
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 13671 FUNC 10355 e 4 iswspace
|