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

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h133 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch );
134 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch ) function
307 while ((*str = tolowerW(*str))) str++;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h129 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch ) function
278 for (ret = str; *str; str++) *str = tolowerW(*str);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h133 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch );
134 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch ) function
307 while ((*str = tolowerW(*str))) str++;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h129 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch ) function
278 for (ret = str; *str; str++) *str = tolowerW(*str);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h132 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch );
133 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch ) function
306 while ((*str = tolowerW(*str))) str++;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h133 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch );
134 WINE_UNICODE_INLINE WCHAR tolowerW( WCHAR ch ) function
307 while ((*str = tolowerW(*str))) str++;

Completed in 492 milliseconds