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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h145 extern WINE_UNICODE_API const unsigned short wine_wctype_table[];
146 return wine_wctype_table[wine_wctype_table[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h145 extern WINE_UNICODE_API const unsigned short wine_wctype_table[];
146 return wine_wctype_table[wine_wctype_table[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h152 extern WINE_UNICODE_API const unsigned short wine_wctype_table[];
153 return wine_wctype_table[wine_wctype_table[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h152 extern WINE_UNICODE_API const unsigned short wine_wctype_table[];
153 return wine_wctype_table[wine_wctype_table[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h151 extern WINE_UNICODE_API const unsigned short wine_wctype_table[];
152 return wine_wctype_table[wine_wctype_table[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h152 extern WINE_UNICODE_API const unsigned short wine_wctype_table[];
153 return wine_wctype_table[wine_wctype_table[ch >> 8] + (ch & 0xff)];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dwctype.c6 const unsigned short wine_wctype_table[16384] = variable

Completed in 65 milliseconds