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