Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c6603 unicode_find(PyUnicodeObject *self, PyObject *args) in unicode_find() function
7918 {"find", (PyCFunction) unicode_find, METH_VARARGS, find__doc__},
/external/python/cpython3/Objects/
Dunicodeobject.c11819 unicode_find(PyObject *self, PyObject *args) in unicode_find() function
14235 {"find", (PyCFunction) unicode_find, METH_VARARGS, find__doc__},