Searched refs:tolowerW (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dstring.c44 int ret = tolowerW(*str1) - tolowerW(*str2);
55 if ((ret = tolowerW(*str1) - tolowerW(*str2)) || !*str1) break;
63 if ((ret = tolowerW(*str1) - tolowerW(*str2))) break;
H A Dsortkey.c68 if (flags & NORM_IGNORECASE) wch = tolowerW(wch);
126 if (flags & NORM_IGNORECASE) wch = tolowerW(wch);
/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/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/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++;
/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/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);

Completed in 40 milliseconds