Searched refs:bytearray_rsplit_impl (Results 1 – 2 of 2) sorted by relevance
485 bytearray_rsplit_impl(PyByteArrayObject *self, PyObject *sep,525 return_value = bytearray_rsplit_impl(self, sep, maxsplit); in bytearray_rsplit()
1523 bytearray_rsplit_impl(PyByteArrayObject *self, PyObject *sep, in bytearray_rsplit_impl() function