Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_bytes_methods.h20 extern PyObject* _Py_bytes_istitle(const char *cptr, Py_ssize_t len);
/external/python/cpython2/Include/
Dbytes_methods.h14 extern PyObject* _Py_bytes_istitle(const char *cptr, Py_ssize_t len);
/external/python/cpython2/Objects/stringlib/
Dctype.h45 return _Py_bytes_istitle(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_istitle()
/external/python/cpython3/Objects/stringlib/
Dctype.h52 return _Py_bytes_istitle(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_istitle()
/external/python/cpython2/Objects/
Dbytes_methods.c201 _Py_bytes_istitle(const char *cptr, Py_ssize_t len) in _Py_bytes_istitle() function
/external/python/cpython3/Objects/
Dbytes_methods.c255 _Py_bytes_istitle(const char *cptr, Py_ssize_t len) in _Py_bytes_istitle() function