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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h206 # define PyUnicode_Resize PyUnicodeUCS2_Resize macro
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize macro
511 PyAPI_FUNC(int) PyUnicode_Resize(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h206 # define PyUnicode_Resize PyUnicodeUCS2_Resize macro
293 # define PyUnicode_Resize PyUnicodeUCS4_Resize macro
511 PyAPI_FUNC(int) PyUnicode_Resize(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c270 objects) in-place is not allowed. Use PyUnicode_Resize()
449 int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length) function
1056 PyUnicode_Resize(&string, s - PyUnicode_AS_UNICODE(string));
4995 if (PyUnicode_Resize(outobj, requiredsize) < 0)
5175 if (PyUnicode_Resize(&res, respos) < 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c257 objects) in-place is not allowed. Use PyUnicode_Resize()
436 int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length) function
995 PyUnicode_Resize(&string, s - PyUnicode_AS_UNICODE(string));
4902 if (PyUnicode_Resize(outobj, requiredsize) < 0)
5081 if (PyUnicode_Resize(&res, respos) < 0)

Completed in 39 milliseconds