Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7356 unicode_rfind(PyUnicodeObject *self, PyObject *args) in unicode_rfind() function
7931 {"rfind", (PyCFunction) unicode_rfind, METH_VARARGS, rfind__doc__},