Home
last modified time | relevance | path

Searched refs:iswspace (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp57 #ifdef iswspace
58 #error iswspace defined
105 ASSERT_SAME_TYPE(int, decltype(std::iswspace(w))); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp58 #ifdef iswspace
59 #error iswspace defined
106 ASSERT_SAME_TYPE(int, decltype(std::iswspace(w))); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp55 #ifdef iswspace
56 #error iswspace defined
105 static_assert((std::is_same<decltype(iswspace(w)), int>::value), ""); in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp56 #ifdef iswspace
57 #error iswspace defined
106 static_assert((std::is_same<decltype(iswspace(w)), int>::value), ""); in main()
/external/libcxx/include/support/solaris/
Dwchar.h16 #define iswspace sun_iswspace macro
36 #undef iswspace
/external/llvm-project/libcxx/include/support/solaris/
Dwchar.h15 #define iswspace sun_iswspace macro
35 #undef iswspace
/external/libcxx/include/
Dcwctype39 int iswspace(wint_t wc);
75 using ::iswspace;
Dwctype.h67 #undef iswspace
/external/llvm-project/libcxx/include/
Dcwctype38 int iswspace(wint_t wc);
74 using ::iswspace;
Dwctype.h68 #undef iswspace
/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h205 iswspace(ch); in StdLibIsSpace()
240 iswspace(ch); in StdLibIsWhiteSpace()
/external/python/cpython2/Objects/
Dunicodetype_db.h3277 return iswspace(ch); in _PyUnicode_IsWhitespace()
/external/toybox/toys/posix/
Dwc.c96 space = iswspace(wchar); in do_wc()
/external/llvm-project/libcxx/include/support/xlocale/
D__posix_l_fallback.h107 return ::iswspace(c); in iswspace_l()
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h108 return ::iswspace(c); in iswspace_l()
/external/python/cpython3/Include/
Dpyport.h627 #define isspace(c) iswspace(btowc(c))
/external/python/cpython2/Include/
Dpyport.h733 #define isspace(c) iswspace(btowc(c))
Dunicodeobject.h334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
/external/libchrome/base/strings/
Dstring_number_conversions.cc114 return 0 != iswspace(c); in Invoke()
/external/python/cpython3/PC/
Dlauncher.c1623 while (*s && iswspace(*s)) { in find_home_value()
1632 } while (*s && iswspace(*s)); in find_home_value()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c273 while (iswspace(lpMsgBuf[n-1])) in FormatError()
/external/python/cpython3/Modules/
Doverlapped.c511 while (iswspace(lpMsgBuf[n-1])) in overlapped_FormatMessage()
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc572 SYMBOL(iswspace, None, <wctype.h>)
DStdSymbolMap.inc685 SYMBOL(iswspace, std::, <cwctype>)
/external/libxml2/
Dtrio.c184 # define iswspace(x) isspace(x) macro

12