Searched refs:_Py_bytes_count (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_bytes_methods.h | 37 extern PyObject *_Py_bytes_count(const char *str, Py_ssize_t len, PyObject *sub,
|
/external/python/cpython3/Objects/ |
D | bytes_methods.c | 610 _Py_bytes_count(const char *str, Py_ssize_t len, PyObject *sub_obj, in _Py_bytes_count() function
|
D | bytearrayobject.c | 1160 return _Py_bytes_count(PyByteArray_AS_STRING(self), PyByteArray_GET_SIZE(self), in bytearray_count_impl()
|
D | bytesobject.c | 2087 return _Py_bytes_count(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), in bytes_count_impl()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 4977 …<function-decl name='_Py_bytes_count' filepath='./Include/internal/pycore_bytes_methods.h' line='3…
|