Searched refs:towupper (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Diswctype_sb.c142 #undef towupper macro
144 towupper(wint_t c) function
202 { "toupper", towupper }
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwctype.h38 wint_t towupper (wint_t);
306 towupper function returns one of the corresponding wide
310 wint_t towupper (wint_t WC);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwctype.h78 wchar_t __cdecl towupper(wchar_t);
H A Dctype.h72 wchar_t __cdecl towupper(wchar_t);
H A Dwchar.h252 wchar_t __cdecl towupper(wchar_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwctype.h78 wchar_t __cdecl towupper(wchar_t);
H A Dctype.h82 wchar_t __cdecl towupper(wchar_t);
H A Dwchar.h220 wchar_t __cdecl towupper(wchar_t);
/vbox/include/iprt/
H A Duni.h393 return towupper(CodePoint);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h695 #define toupper(c) towupper(btowc(c))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h708 #define toupper(c) towupper(btowc(c))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h189 #define _totupper WINE_tchar_routine(toupper, _mbctoupper, towupper)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h189 #define _totupper WINE_tchar_routine(toupper, _mbctoupper, towupper)

Completed in 60 milliseconds