Searched refs:PyUnicode_Find (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstringobject.c1724 return PyUnicode_Find(
H A Dunicodeobject.c5397 Py_ssize_t PyUnicode_Find(PyObject *str, function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstringobject.c1707 return PyUnicode_Find(
H A Dunicodeobject.c5302 Py_ssize_t PyUnicode_Find(PyObject *str, function

Completed in 137 milliseconds