Searched refs:toupperW (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dstring.c115 if ((base == 0 || base == 16) && toupperW(s[1]) == 'X')
143 c = toupperW (c) - 'A' + 10;
190 if (save - nptr >= 2 && toupperW (save[-1]) == 'X'
235 if ((base == 0 || base == 16) && toupperW(s[1]) == 'X')
263 c = toupperW (c) - 'A' + 10;
302 if (save - nptr >= 2 && toupperW (save[-1]) == 'X'
/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/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/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++;
/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/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);

Completed in 50 milliseconds