Searched refs:_bytearray_tailmatch (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 1337 _bytearray_tailmatch(PyByteArrayObject *self, PyObject *substr, Py_ssize_t start, in _bytearray_tailmatch() function 1396 result = _bytearray_tailmatch(self, in bytearray_startswith() 1407 result = _bytearray_tailmatch(self, subobj, start, end, -1); in bytearray_startswith() 1435 result = _bytearray_tailmatch(self, in bytearray_endswith() 1446 result = _bytearray_tailmatch(self, subobj, start, end, +1); in bytearray_endswith()
|