Searched refs:Py_UNICODE_ISSPACE (Results 1 – 24 of 24) sorted by relevance
15 #define STRINGLIB_ISSPACE Py_UNICODE_ISSPACE
17 #define STRINGLIB_ISSPACE Py_UNICODE_ISSPACE
14 #define STRINGLIB_ISSPACE Py_UNICODE_ISSPACE
334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch) macro363 #define Py_UNICODE_ISSPACE(ch) \ macro
5250 if (Py_UNICODE_ISSPACE(ch)) { in PyUnicode_EncodeDecimal()5270 Py_UNICODE_ISSPACE(*collend) || in PyUnicode_EncodeDecimal()5317 if (Py_UNICODE_ISSPACE(ch)) in PyUnicode_EncodeDecimal()6844 Py_UNICODE_ISSPACE(*p)) in unicode_isspace()6853 if (!Py_UNICODE_ISSPACE(*p)) in unicode_isspace()7109 while (i < len && Py_UNICODE_ISSPACE(s[i])) { in do_strip()7118 } while (j >= i && Py_UNICODE_ISSPACE(s[j])); in do_strip()
129 #define Py_UNICODE_ISSPACE(ch) \ macro
1425 Py_UNICODE_ISSPACE:int:::1426 Py_UNICODE_ISSPACE:Py_UNICODE:ch::
1440 Py_UNICODE_ISSPACE:int:::1441 Py_UNICODE_ISSPACE:Py_UNICODE:ch::
9079 if (Py_UNICODE_ISSPACE(ch)) in fix_decimal_and_space_to_ascii()9192 if (Py_UNICODE_ISSPACE(ch)) { in PyUnicode_EncodeDecimal()11894 Py_UNICODE_ISSPACE(PyUnicode_READ(kind, data, 0))); in unicode_isspace()11902 if (!Py_UNICODE_ISSPACE(ch)) in unicode_isspace()12370 if (!Py_UNICODE_ISSPACE(ch)) in do_strip()12381 if (!Py_UNICODE_ISSPACE(ch)) in do_strip()
2853 if (!Py_UNICODE_ISSPACE(ch)) in _check_for_legacy_statements()
1568 x = Py_UNICODE_ISSPACE(25); in test_u_code()
176 #define SRE_UNI_IS_SPACE(ch) Py_UNICODE_ISSPACE((Py_UNICODE)(ch))
137 #define SRE_UNI_IS_SPACE(ch) Py_UNICODE_ISSPACE(ch)
1651 x = Py_UNICODE_ISSPACE(25); in test_u_code()
1886 return Py_UNICODE_ISSPACE(ch); in is_space()1940 if (Py_UNICODE_ISSPACE(ch)) { in numeric_as_ascii()
117 .. c:function:: int Py_UNICODE_ISSPACE(Py_UNICODE ch)
1997 !Py_UNICODE_ISSPACE(s[len-1]) || in PyEval_EvalFrameEx()
256 .. c:function:: int Py_UNICODE_ISSPACE(Py_UNICODE ch)
4279 if (!Py_UNICODE_ISSPACE(PyUnicode_READ(kind, data, i))) { in fstring_compile_expr()
8878 Py_UNICODE_ISSPACE macro in an extension module.
15947 Py_UNICODE_ISSPACE macro in an extension module.