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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h137 extern WINE_UNICODE_API const WCHAR wine_casemap_upper[];
138 return ch + wine_casemap_upper[wine_casemap_upper[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h137 extern WINE_UNICODE_API const WCHAR wine_casemap_upper[];
138 return ch + wine_casemap_upper[wine_casemap_upper[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h143 extern WINE_UNICODE_API const WCHAR wine_casemap_upper[];
144 return ch + wine_casemap_upper[wine_casemap_upper[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h143 extern WINE_UNICODE_API const WCHAR wine_casemap_upper[];
144 return ch + wine_casemap_upper[wine_casemap_upper[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h142 extern WINE_UNICODE_API const WCHAR wine_casemap_upper[];
143 return ch + wine_casemap_upper[wine_casemap_upper[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h143 extern WINE_UNICODE_API const WCHAR wine_casemap_upper[];
144 return ch + wine_casemap_upper[wine_casemap_upper[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dcasemap.c442 const WCHAR wine_casemap_upper[3582] = variable

Completed in 5296 milliseconds