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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h107 PyUnicode_AsWideChar(). */
159 # define PyUnicode_AsWideChar PyUnicodeUCS2_AsWideChar macro
246 # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar macro
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h107 PyUnicode_AsWideChar(). */
159 # define PyUnicode_AsWideChar PyUnicodeUCS2_AsWideChar macro
246 # define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar macro
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c1090 Py_ssize_t PyUnicode_AsWideChar(PyUnicodeObject *unicode, function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c1029 Py_ssize_t PyUnicode_AsWideChar(PyUnicodeObject *unicode, function

Completed in 83 milliseconds