Searched defs:PyUnicode_RPartition (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h203 # define PyUnicode_RPartition PyUnicodeUCS2_RPartition macro
290 # define PyUnicode_RPartition PyUnicodeUCS4_RPartition macro
1187 PyAPI_FUNC(PyObject*) PyUnicode_RPartition(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h203 # define PyUnicode_RPartition PyUnicodeUCS2_RPartition macro
290 # define PyUnicode_RPartition PyUnicodeUCS4_RPartition macro
1187 PyAPI_FUNC(PyObject*) PyUnicode_RPartition(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c7521 PyUnicode_RPartition(PyObject *str_in, PyObject *sep_in) function
7570 return PyUnicode_RPartition((PyObject *)self, separator);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c7413 PyUnicode_RPartition(PyObject *str_in, PyObject *sep_in) function
7462 return PyUnicode_RPartition((PyObject *)self, separator);

Completed in 73 milliseconds