Home
last modified time | relevance | path

Searched refs:_Py_bytes_isspace (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dbytes_methods.h9 extern PyObject* _Py_bytes_isspace(const char *cptr, Py_ssize_t len);
/external/python/cpython2/Objects/stringlib/
Dctype.h9 return _Py_bytes_isspace(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isspace()
/external/python/cpython3/Objects/stringlib/
Dctype.h10 return _Py_bytes_isspace(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isspace()
/external/python/cpython2/Include/
Dbytes_methods.h8 extern PyObject* _Py_bytes_isspace(const char *cptr, Py_ssize_t len);
/external/python/cpython2/Objects/
Dbytes_methods.c11 _Py_bytes_isspace(const char *cptr, Py_ssize_t len) in _Py_bytes_isspace() function
/external/python/cpython3/Objects/
Dbytes_methods.c12 _Py_bytes_isspace(const char *cptr, Py_ssize_t len) in _Py_bytes_isspace() function