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