Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUnicodeEscapeString (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h158 # define PyUnicode_AsUnicodeEscapeString PyUnicodeUCS2_AsUnicodeEscapeString macro
245 # define PyUnicode_AsUnicodeEscapeString PyUnicodeUCS4_AsUnicodeEscapeString macro
933 PyAPI_FUNC(PyObject*) PyUnicode_AsUnicodeEscapeString(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h158 # define PyUnicode_AsUnicodeEscapeString PyUnicodeUCS2_AsUnicodeEscapeString macro
245 # define PyUnicode_AsUnicodeEscapeString PyUnicodeUCS4_AsUnicodeEscapeString macro
933 PyAPI_FUNC(PyObject*) PyUnicode_AsUnicodeEscapeString(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c644 name = PyUnicode_AsUnicodeEscapeString(f->f_name); in file_repr()
Dunicodeobject.c3187 PyObject *PyUnicode_AsUnicodeEscapeString(PyObject *unicode) in PyUnicode_AsUnicodeEscapeString() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c635 PyObject *name = PyUnicode_AsUnicodeEscapeString(f->f_name); in file_repr()
Dunicodeobject.c3139 PyObject *PyUnicode_AsUnicodeEscapeString(PyObject *unicode) in PyUnicode_AsUnicodeEscapeString() function