Searched refs:unicode_endswith_impl (Results 1 – 2 of 2) sorted by relevance
1719 unicode_endswith_impl(PyObject *self, PyObject *subobj, Py_ssize_t start,1747 return_value = unicode_endswith_impl(self, subobj, start, end); in unicode_endswith()
13211 unicode_endswith_impl(PyObject *self, PyObject *subobj, Py_ssize_t start, in unicode_endswith_impl() function