Home
last modified time | relevance | path

Searched refs:PyUnicode_TranslateCharmap (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h213 # define PyUnicode_TranslateCharmap PyUnicodeUCS2_TranslateCharmap macro
300 # define PyUnicode_TranslateCharmap PyUnicodeUCS4_TranslateCharmap macro
1070 PyAPI_FUNC(PyObject *) PyUnicode_TranslateCharmap(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h213 # define PyUnicode_TranslateCharmap PyUnicodeUCS2_TranslateCharmap macro
300 # define PyUnicode_TranslateCharmap PyUnicodeUCS4_TranslateCharmap macro
1070 PyAPI_FUNC(PyObject *) PyUnicode_TranslateCharmap(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c5046 PyObject *PyUnicode_TranslateCharmap(const Py_UNICODE *p, in PyUnicode_TranslateCharmap() function
5198 result = PyUnicode_TranslateCharmap(PyUnicode_AS_UNICODE(str), in PyUnicode_Translate()
7671 return PyUnicode_TranslateCharmap(self->str, in unicode_translate()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c4953 PyObject *PyUnicode_TranslateCharmap(const Py_UNICODE *p, in PyUnicode_TranslateCharmap() function
5104 result = PyUnicode_TranslateCharmap(PyUnicode_AS_UNICODE(str), in PyUnicode_Translate()
7563 return PyUnicode_TranslateCharmap(self->str, in unicode_translate()