Searched refs:iswspace (Results 1 – 25 of 36) sorted by relevance
12
/external/llvm-project/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 57 #ifdef iswspace 58 #error iswspace defined 105 ASSERT_SAME_TYPE(int, decltype(std::iswspace(w))); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 58 #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/ |
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/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 56 #ifdef iswspace 57 #error iswspace defined 106 static_assert((std::is_same<decltype(iswspace(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 16 #define iswspace sun_iswspace macro 36 #undef iswspace
|
/external/llvm-project/libcxx/include/support/solaris/ |
D | wchar.h | 15 #define iswspace sun_iswspace macro 35 #undef iswspace
|
/external/libcxx/include/ |
D | cwctype | 39 int iswspace(wint_t wc); 75 using ::iswspace;
|
D | wctype.h | 67 #undef iswspace
|
/external/llvm-project/libcxx/include/ |
D | cwctype | 38 int iswspace(wint_t wc); 74 using ::iswspace;
|
D | wctype.h | 68 #undef iswspace
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 205 iswspace(ch); in StdLibIsSpace() 240 iswspace(ch); in StdLibIsWhiteSpace()
|
/external/python/cpython2/Objects/ |
D | unicodetype_db.h | 3277 return iswspace(ch); in _PyUnicode_IsWhitespace()
|
/external/toybox/toys/posix/ |
D | wc.c | 96 space = iswspace(wchar); in do_wc()
|
/external/llvm-project/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 107 return ::iswspace(c); in iswspace_l()
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 108 return ::iswspace(c); in iswspace_l()
|
/external/python/cpython3/Include/ |
D | pyport.h | 627 #define isspace(c) iswspace(btowc(c))
|
/external/python/cpython2/Include/ |
D | pyport.h | 733 #define isspace(c) iswspace(btowc(c))
|
D | unicodeobject.h | 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
|
/external/libchrome/base/strings/ |
D | string_number_conversions.cc | 114 return 0 != iswspace(c); in Invoke()
|
/external/python/cpython3/PC/ |
D | launcher.c | 1623 while (*s && iswspace(*s)) { in find_home_value() 1632 } while (*s && iswspace(*s)); in find_home_value()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 273 while (iswspace(lpMsgBuf[n-1])) in FormatError()
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 511 while (iswspace(lpMsgBuf[n-1])) in overlapped_FormatMessage()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 572 SYMBOL(iswspace, None, <wctype.h>)
|
D | StdSymbolMap.inc | 685 SYMBOL(iswspace, std::, <cwctype>)
|
/external/libxml2/ |
D | trio.c | 184 # define iswspace(x) isspace(x) macro
|
12