Searched refs:unicode_find (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 6603 unicode_find(PyUnicodeObject *self, PyObject *args) in unicode_find() function 7918 {"find", (PyCFunction) unicode_find, METH_VARARGS, find__doc__},
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 11589 unicode_find(PyObject *self, PyObject *args) in unicode_find() function 13893 {"find", (PyCFunction) unicode_find, METH_VARARGS, find__doc__},
|