Home
last modified time | relevance | path

Searched refs:_toupper (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c2012 #ifndef _toupper
2013 #define _toupper toupper macro
2034 s[i] = _toupper(c); in string_upper()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c1995 #ifndef _toupper
1996 #define _toupper toupper macro
2017 s[i] = _toupper(c); in string_upper()