Home
last modified time | relevance | path

Searched defs:PyUnicode_Resize (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h206 # define PyUnicode_Resize PyUnicodeUCS2_Resize macro
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h206 # define PyUnicode_Resize PyUnicodeUCS2_Resize macro
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c449 int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length) in PyUnicode_Resize() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c436 int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length) in PyUnicode_Resize() function