Searched refs:unicode_rfind (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 7351 unicode_rfind(PyUnicodeObject *self, PyObject *args) in unicode_rfind() function 7926 {"rfind", (PyCFunction) unicode_rfind, METH_VARARGS, rfind__doc__},
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 12782 unicode_rfind(PyObject *self, PyObject *args) in unicode_rfind() function 13899 {"rfind", (PyCFunction) unicode_rfind, METH_VARARGS, rfind__doc__},
|