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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Diswctype_sb.c149 #undef towlower macro
151 towlower(wint_t c) function
201 { "tolower", towlower },
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwctype.h37 wint_t towlower (wint_t);
293 towlower function returns one of the corresponding wide
297 wint_t towlower (wint_t WC);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwctype.h77 wchar_t __cdecl towlower(wchar_t);
H A Dctype.h71 wchar_t __cdecl towlower(wchar_t);
H A Dwchar.h251 wchar_t __cdecl towlower(wchar_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwctype.h77 wchar_t __cdecl towlower(wchar_t);
H A Dctype.h81 wchar_t __cdecl towlower(wchar_t);
H A Dwchar.h219 wchar_t __cdecl towlower(wchar_t);
/vbox/include/iprt/
H A Duni.h405 return towlower(CodePoint);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h693 #define tolower(c) towlower(btowc(c))
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h706 #define tolower(c) towlower(btowc(c))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h188 #define _totlower WINE_tchar_routine(tolower, _mbctolower, towlower)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h188 #define _totlower WINE_tchar_routine(tolower, _mbctolower, towlower)

Completed in 100 milliseconds