Home
last modified time | relevance | path

Searched refs:PyUnicode_Partition (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h202 # define PyUnicode_Partition PyUnicodeUCS2_Partition macro
289 # define PyUnicode_Partition PyUnicodeUCS4_Partition macro
1179 PyAPI_FUNC(PyObject*) PyUnicode_Partition(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h202 # define PyUnicode_Partition PyUnicodeUCS2_Partition macro
289 # define PyUnicode_Partition PyUnicodeUCS4_Partition macro
1179 PyAPI_FUNC(PyObject*) PyUnicode_Partition(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c7493 PyUnicode_Partition(PyObject *str_in, PyObject *sep_in) in PyUnicode_Partition() function
7557 return PyUnicode_Partition((PyObject *)self, separator); in unicode_partition()
Dstringobject.c1499 return PyUnicode_Partition((PyObject *) self, sep_obj); in string_partition()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c7385 PyUnicode_Partition(PyObject *str_in, PyObject *sep_in) in PyUnicode_Partition() function
7449 return PyUnicode_Partition((PyObject *)self, separator); in unicode_partition()
Dstringobject.c1482 return PyUnicode_Partition((PyObject *) self, sep_obj); in string_partition()