Home
last modified time | relevance | path

Searched refs:towupper (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Diswctype_sb.c142 #undef towupper
144 towupper(wint_t c) in towupper() function
202 { "toupper", towupper }
/device/linaro/bootloader/edk2/StdLib/Include/
Dwctype.h310 wint_t towupper (wint_t WC);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodectype.c207 return towupper(ch); in _PyUnicode_ToUppercase()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodectype.c207 return towupper(ch); in _PyUnicode_ToUppercase()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h708 #define toupper(c) towupper(btowc(c))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h708 #define toupper(c) towupper(btowc(c))
Dunicodeobject.h342 #define Py_UNICODE_TOUPPER(ch) towupper(ch)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h747 #define toupper(c) towupper(btowc(c))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h731 #define toupper(c) towupper(btowc(c))
Dunicodeobject.h342 #define Py_UNICODE_TOUPPER(ch) towupper(ch)