Home
last modified time | relevance | path

Searched defs:PyUnicode_Find (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h187 # define PyUnicode_Find PyUnicodeUCS2_Find macro
274 # define PyUnicode_Find PyUnicodeUCS4_Find macro
/external/python/cpython2/Objects/
Dunicodeobject.c5404 Py_ssize_t PyUnicode_Find(PyObject *str, in PyUnicode_Find() function
/external/python/cpython3/Objects/
Dunicodeobject.c9748 PyUnicode_Find(PyObject *str, in PyUnicode_Find() function