Searched refs:_string_tailmatch (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Objects/ |
D | stringobject.c | 2866 _string_tailmatch(PyStringObject *self, PyObject *substr, Py_ssize_t start, in _string_tailmatch() function 2928 result = _string_tailmatch(self, in string_startswith() 2939 result = _string_tailmatch(self, subobj, start, end, -1); in string_startswith() 2972 result = _string_tailmatch(self, in string_endswith() 2983 result = _string_tailmatch(self, subobj, start, end, +1); in string_endswith()
|