Home
last modified time | relevance | path

Searched refs:PyUnicode_GET_DATA_SIZE (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c314 PyUnicode_GET_DATA_SIZE(a), in compare_digest()
315 PyUnicode_GET_DATA_SIZE(b)); in compare_digest()
D_codecsmodule.c648 size = PyUnicode_GET_DATA_SIZE(obj); in unicode_internal_encode()
Darraymodule.c2002 Py_ssize_t n = PyUnicode_GET_DATA_SIZE(initial); in array_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h434 #define PyUnicode_GET_DATA_SIZE(op) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h434 #define PyUnicode_GET_DATA_SIZE(op) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_codecsmodule.c648 size = PyUnicode_GET_DATA_SIZE(obj); in unicode_internal_encode()
Darraymodule.c1987 Py_ssize_t n = PyUnicode_GET_DATA_SIZE(initial); in array_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c8055 return PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getreadbuf()
8072 *lenp = PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getsegcount()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c7951 return PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getreadbuf()
7968 *lenp = PyUnicode_GET_DATA_SIZE(self); in unicode_buffer_getsegcount()