Searched refs:iswspace (Results 1 – 23 of 23) sorted by relevance
55 #ifdef iswspace56 #error iswspace defined105 static_assert((std::is_same<decltype(iswspace(w)), int>::value), ""); in main()
55 #ifdef iswspace56 #error iswspace defined105 static_assert((std::is_same<decltype(std::iswspace(w)), int>::value), ""); in main()
16 #define iswspace sun_iswspace macro36 #undef iswspace
39 int iswspace(wint_t wc);75 using ::iswspace;
67 #undef iswspace
205 iswspace(ch); in StdLibIsSpace()240 iswspace(ch); in StdLibIsWhiteSpace()
3277 return iswspace(ch); in _PyUnicode_IsWhitespace()
87 space = iswspace(wchar); in do_wc()
108 return ::iswspace(c); in iswspace_l()
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()
85 #define Isspace(x) iswspace(x)
69 for (ptr = lf->cursor -1; !iswspace(*ptr) && ptr > lf->buffer; --ptr) in complete()
574 #define isspace(c) iswspace(btowc(c))
733 #define isspace(c) iswspace(btowc(c))
334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
113 return 0 != iswspace(c); in Invoke()
494 while (iswspace(lpMsgBuf[n-1])) in overlapped_FormatMessage()
246 while (iswspace(lpMsgBuf[n-1])) in FormatError()
184 # define iswspace(x) isspace(x) macro
2133 fun:iswspace=uninstrumented
1189 PUBLIC ddba0 0 iswspace
13671 FUNC 10355 e 4 iswspace