Searched defs:uni2cp_high (Results 51 - 69 of 69) sorted by relevance

123

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dc_865.c674 static const unsigned short uni2cp_high[256] = variable
716 uni2cp_high
H A Dc_866.c707 static const unsigned short uni2cp_high[256] = variable
749 uni2cp_high
H A Dc_869.c674 static const unsigned short uni2cp_high[256] = variable
716 uni2cp_high
H A Dc_874.c443 static const unsigned short uni2cp_high[256] = variable
485 uni2cp_high
H A Dc_875.c641 static const unsigned short uni2cp_high[256] = variable
683 uni2cp_high
H A Dc_878.c674 static const unsigned short uni2cp_high[256] = variable
716 uni2cp_high
H A Dc_1361.c8828 static const unsigned short uni2cp_high[256] = variable
8870 uni2cp_high,
H A Dc_20932.c6254 static const unsigned short uni2cp_high[256] = variable
6296 uni2cp_high,
H A Dc_932.c5627 static const unsigned short uni2cp_high[256] = variable
5669 uni2cp_high,
H A Dc_936.c7970 static const unsigned short uni2cp_high[256] = variable
8012 uni2cp_high,
H A Dc_949.c9158 static const unsigned short uni2cp_high[256] = variable
9200 uni2cp_high,
H A Dc_950.c8366 static const unsigned short uni2cp_high[256] = variable
8408 uni2cp_high,
H A Dwctomb.c94 const unsigned short * const uni2cp_high = table->uni2cp_high; local
109 ch = uni2cp_low[uni2cp_high[composed >> 8] + (composed & 0xff)];
134 ch = uni2cp_low[uni2cp_high[wch >> 8] + (wch & 0xff)];
147 const unsigned short * const uni2cp_high = table->uni2cp_high; local
159 dst[0] = uni2cp_low[uni2cp_high[src[0] >> 8] + (src[0] & 0xff)];
160 dst[1] = uni2cp_low[uni2cp_high[src[1] >> 8] + (src[1] & 0xff)];
161 dst[2] = uni2cp_low[uni2cp_high[src[2] >> 8] + (src[2] & 0xff)];
162 dst[3] = uni2cp_low[uni2cp_high[sr
212 const unsigned short * const uni2cp_high = table->uni2cp_high; local
296 const unsigned short * const uni2cp_high = table->uni2cp_high; local
365 const unsigned short * const uni2cp_high = table->uni2cp_high; local
390 const unsigned short * const uni2cp_high = table->uni2cp_high; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h76 const unsigned short *uni2cp_high; member in struct:sbcs_table
85 const unsigned short *uni2cp_high; member in struct:dbcs_table
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h75 const unsigned short *uni2cp_high; member in struct:sbcs_table
84 const unsigned short *uni2cp_high; member in struct:dbcs_table
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h76 const unsigned short *uni2cp_high; member in struct:sbcs_table
85 const unsigned short *uni2cp_high; member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h75 const unsigned short *uni2cp_high; member in struct:sbcs_table
84 const unsigned short *uni2cp_high; member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h75 const unsigned short *uni2cp_high; member in struct:sbcs_table
84 const unsigned short *uni2cp_high; member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h76 const unsigned short *uni2cp_high; member in struct:sbcs_table
85 const unsigned short *uni2cp_high; member in struct:dbcs_table

Completed in 315 milliseconds

123