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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h131 extern WINE_UNICODE_API const WCHAR wine_casemap_lower[];
132 return ch + wine_casemap_lower[wine_casemap_lower[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h131 extern WINE_UNICODE_API const WCHAR wine_casemap_lower[];
132 return ch + wine_casemap_lower[wine_casemap_lower[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h136 extern WINE_UNICODE_API const WCHAR wine_casemap_lower[];
137 return ch + wine_casemap_lower[wine_casemap_lower[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h136 extern WINE_UNICODE_API const WCHAR wine_casemap_lower[];
137 return ch + wine_casemap_lower[wine_casemap_lower[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h135 extern WINE_UNICODE_API const WCHAR wine_casemap_lower[];
136 return ch + wine_casemap_lower[wine_casemap_lower[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h136 extern WINE_UNICODE_API const WCHAR wine_casemap_lower[];
137 return ch + wine_casemap_lower[wine_casemap_lower[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dcasemap.c6 const WCHAR wine_casemap_lower[3318] = variable

Completed in 4836 milliseconds