Searched refs:_Py_bytes_index (Results 1 – 4 of 4) sorted by relevance
30 extern PyObject *_Py_bytes_index(const char *str, Py_ssize_t len, PyObject *args);
594 _Py_bytes_index(const char *str, Py_ssize_t len, PyObject *args) in _Py_bytes_index() function
1143 return _Py_bytes_index(PyByteArray_AS_STRING(self), PyByteArray_GET_SIZE(self), args); in bytearray_index()
1856 return _Py_bytes_index(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args); in bytes_index()