Searched refs:Py_ISSPACE (Results 1 – 13 of 13) sorted by relevance
102 while (*str && Py_ISSPACE(*str)) in PyOS_strtoul()141 while (Py_ISSPACE(*str)) in PyOS_strtoul()269 while (*str && Py_ISSPACE(*str)) in PyOS_strtol()
16 #define STRINGLIB_ISSPACE Py_ISSPACE
27 #define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE) macro
721 while (Py_ISSPACE(*s)) in complex_from_string_inner()727 while (Py_ISSPACE(*s)) in complex_from_string_inner()810 while (Py_ISSPACE(*s)) in complex_from_string_inner()818 while (Py_ISSPACE(*s)) in complex_from_string_inner()
20 if (len == 1 && Py_ISSPACE(*p)) in _Py_bytes_isspace()29 if (!Py_ISSPACE(*p)) in _Py_bytes_isspace()
154 while (s < last && Py_ISSPACE(*s)) { in float_from_string_inner()158 while (s < last - 1 && Py_ISSPACE(last[-1])) { in float_from_string_inner()1339 while (Py_ISSPACE(*s)) in float_fromhex()1488 while (Py_ISSPACE(*s)) in float_fromhex()
1923 while (i < len && Py_ISSPACE(s[i])) { in do_strip()1932 } while (j >= i && Py_ISSPACE(s[j])); in do_strip()2400 if (Py_ISSPACE(*str)) { in _PyBytes_FromHex()2403 } while (Py_ISSPACE(*str)); in _PyBytes_FromHex()
1084 #define STRINGLIB_ISSPACE Py_ISSPACE
2129 while (*str != '\0' && Py_ISSPACE(*str)) { in PyLong_FromString()2438 while (*str && Py_ISSPACE(*str)) { in PyLong_FromString()
728 while (Py_ISSPACE(**str)) { in fstring_find_expr()
1325 if (Py_ISSPACE(c)) in prepare_s()1390 if (Py_ISSPACE(c)) in prepare_s()
94 ((ch) <= ' ' && Py_ISSPACE(ch))
2184 :c:macro:`Py_ISSPACE`,