Searched defs:PyUnicode_Find (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dunicodeobject.h187 # define PyUnicode_Find PyUnicodeUCS2_Find macro
274 # define PyUnicode_Find PyUnicodeUCS4_Find macro
1252 PyAPI_FUNC(Py_ssize_t) PyUnicode_Find(
/external/python/cpython2/Objects/
H A Dunicodeobject.c5404 Py_ssize_t PyUnicode_Find(PyObject *str, function

Completed in 102 milliseconds