Searched refs:iswspace (Results 1 – 21 of 21) sorted by relevance
58 #ifdef iswspace59 #error iswspace defined106 ASSERT_SAME_TYPE(int, decltype(std::iswspace(w))); in main()
55 #ifdef iswspace56 #error iswspace defined105 static_assert((std::is_same<decltype(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()
96 space = iswspace(wchar); in do_wc()
108 return ::iswspace(c); in iswspace_l()
587 #define isspace(c) iswspace(btowc(c))
733 #define isspace(c) iswspace(btowc(c))
334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
114 return 0 != iswspace(c); in Invoke()
1492 while (*s && iswspace(*s)) { in find_home_value()1501 } while (*s && iswspace(*s)); in find_home_value()
497 while (iswspace(lpMsgBuf[n-1])) in overlapped_FormatMessage()
250 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