Searched defs:toupperW (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h140 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch );
141 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch ) function
315 while ((*str = toupperW(*str))) str++;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h135 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch ) function
285 for (ret = str; *str; str++) *str = toupperW(*str);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h140 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch );
141 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch ) function
315 while ((*str = toupperW(*str))) str++;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h135 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch ) function
285 for (ret = str; *str; str++) *str = toupperW(*str);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h139 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch );
140 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch ) function
314 while ((*str = toupperW(*str))) str++;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h140 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch );
141 WINE_UNICODE_INLINE WCHAR toupperW( WCHAR ch ) function
315 while ((*str = toupperW(*str))) str++;

Completed in 49 milliseconds