Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7379 unicode_rindex(PyUnicodeObject *self, PyObject *args) in unicode_rindex() function
7927 {"rindex", (PyCFunction) unicode_rindex, METH_VARARGS, rindex__doc__},
/external/python/cpython3/Objects/
Dunicodeobject.c12814 unicode_rindex(PyObject *self, PyObject *args) in unicode_rindex() function
13900 {"rindex", (PyCFunction) unicode_rindex, METH_VARARGS, rindex__doc__},