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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodectype.c150 Py_UNICODE _PyUnicode_ToUppercase(Py_UNICODE ch) function
205 Py_UNICODE _PyUnicode_ToUppercase(Py_UNICODE ch) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodectype.c150 Py_UNICODE _PyUnicode_ToUppercase(Py_UNICODE ch) function
205 Py_UNICODE _PyUnicode_ToUppercase(Py_UNICODE ch) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h231 # define _PyUnicode_ToUppercase _PyUnicodeUCS2_ToUppercase macro
318 # define _PyUnicode_ToUppercase _PyUnicodeUCS4_ToUppercase macro
372 #define Py_UNICODE_TOUPPER(ch) _PyUnicode_ToUppercase(ch)
1373 PyAPI_FUNC(Py_UNICODE) _PyUnicode_ToUppercase(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h231 # define _PyUnicode_ToUppercase _PyUnicodeUCS2_ToUppercase macro
318 # define _PyUnicode_ToUppercase _PyUnicodeUCS4_ToUppercase macro
372 #define Py_UNICODE_TOUPPER(ch) _PyUnicode_ToUppercase(ch)
1373 PyAPI_FUNC(Py_UNICODE) _PyUnicode_ToUppercase(

Completed in 151 milliseconds