Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h212 # define PyUnicode_Translate PyUnicodeUCS2_Translate macro
299 # define PyUnicode_Translate PyUnicodeUCS4_Translate macro
1223 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h212 # define PyUnicode_Translate PyUnicodeUCS2_Translate macro
299 # define PyUnicode_Translate PyUnicodeUCS4_Translate macro
1223 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c2232 return PyUnicode_Translate((PyObject *)self, tableobj, NULL); in string_translate()
Dunicodeobject.c5189 PyObject *PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c2213 return PyUnicode_Translate((PyObject *)self, tableobj, NULL); in string_translate()
Dunicodeobject.c5095 PyObject *PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function