Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h200 # define PyUnicode_GetSize PyUnicodeUCS2_GetSize macro
287 # define PyUnicode_GetSize PyUnicodeUCS4_GetSize macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h200 # define PyUnicode_GetSize PyUnicodeUCS2_GetSize macro
287 # define PyUnicode_GetSize PyUnicodeUCS4_GetSize macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1355 Py_ssize_t PyUnicode_GetSize(PyObject *unicode) in PyUnicode_GetSize() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1413 Py_ssize_t PyUnicode_GetSize(PyObject *unicode) in PyUnicode_GetSize() function