Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUnicode (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h157 # define PyUnicode_AsUnicode PyUnicodeUCS2_AsUnicode macro
244 # define PyUnicode_AsUnicode PyUnicodeUCS4_AsUnicode macro
484 PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h157 # define PyUnicode_AsUnicode PyUnicodeUCS2_AsUnicode macro
244 # define PyUnicode_AsUnicode PyUnicodeUCS4_AsUnicode macro
484 PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c760 result = funcW(PyUnicode_AsUnicode(uni)); in win32_1str()
763 return win32_error_unicode(func, PyUnicode_AsUnicode(uni)); in win32_1str()
2593 result = MoveFileW(PyUnicode_AsUnicode(o1), in posix_rename()
2594 PyUnicode_AsUnicode(o2)); in posix_rename()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1343 Py_UNICODE *PyUnicode_AsUnicode(PyObject *unicode) in PyUnicode_AsUnicode() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1401 Py_UNICODE *PyUnicode_AsUnicode(PyObject *unicode) in PyUnicode_AsUnicode() function