Searched refs:_Py_bytes_tailmatch (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Objects/ |
D | bytes_methods.c | 723 _Py_bytes_tailmatch(const char *str, Py_ssize_t len, in _Py_bytes_tailmatch() function 759 return _Py_bytes_tailmatch(str, len, "startswith", subobj, start, end, -1); in _Py_bytes_startswith() 766 return _Py_bytes_tailmatch(str, len, "endswith", subobj, start, end, +1); in _Py_bytes_endswith()
|