Home
last modified time | relevance | path

Searched refs:unicode_endswith (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c7806 unicode_endswith(PyUnicodeObject *self, in unicode_endswith() function
7937 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},
/external/python/cpython3/Objects/
Dunicodeobject.c13419 unicode_endswith(PyObject *self, in unicode_endswith() function
13910 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},