Searched refs:unicode_endswith (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 7806 unicode_endswith(PyUnicodeObject *self, in unicode_endswith() function 7937 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 13419 unicode_endswith(PyObject *self, in unicode_endswith() function 13910 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},
|