Searched refs:unicode_rindex (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 7379 unicode_rindex(PyUnicodeObject *self, PyObject *args) in unicode_rindex() function 7927 {"rindex", (PyCFunction) unicode_rindex, METH_VARARGS, rindex__doc__},
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 12814 unicode_rindex(PyObject *self, PyObject *args) in unicode_rindex() function 13900 {"rindex", (PyCFunction) unicode_rindex, METH_VARARGS, rindex__doc__},
|