Searched refs:uni2cp_high (Results 1 - 25 of 70) sorted by relevance

123

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
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...]
H A Dmbtowc.c60 const unsigned char def_char = table->uni2cp_low[table->uni2cp_high[def_unicode_char >> 8]
169 const unsigned short def_char = table->uni2cp_low[table->uni2cp_high[def_unicode_char >> 8]
H A Dc_1257.c311 static const unsigned short uni2cp_high[256] = variable
353 uni2cp_high
H A Dc_1258.c311 static const unsigned short uni2cp_high[256] = variable
353 uni2cp_high
H A Dc_1251.c410 static const unsigned short uni2cp_high[256] = variable
452 uni2cp_high
H A Dc_1253.c443 static const unsigned short uni2cp_high[256] = variable
485 uni2cp_high
H A Dc_1255.c344 static const unsigned short uni2cp_high[256] = variable
386 uni2cp_high
H A Dc_1256.c377 static const unsigned short uni2cp_high[256] = variable
419 uni2cp_high
H A Dc_874.c443 static const unsigned short uni2cp_high[256] = variable
485 uni2cp_high
H A Dc_037.c641 static const unsigned short uni2cp_high[256] = variable
683 uni2cp_high
H A Dc_10000.c641 static const unsigned short uni2cp_high[256] = variable
683 uni2cp_high
H A Dc_10006.c641 static const unsigned short uni2cp_high[256] = variable
683 uni2cp_high
H A Dc_10029.c641 static const unsigned short uni2cp_high[256] = variable
683 uni2cp_high
H A Dc_10079.c641 static const unsigned short uni2cp_high[256] = variable
683 uni2cp_high
H A Dc_10081.c641 static const unsigned short uni2cp_high[256] = variable
683 uni2cp_high
H A Dc_1026.c641 static const unsigned short uni2cp_high[256] = variable
683 uni2cp_high
H A Dc_1250.c608 static const unsigned short uni2cp_high[256] = variable
650 uni2cp_high
H A Dc_1252.c608 static const unsigned short uni2cp_high[256] = variable
650 uni2cp_high
H A Dc_1254.c608 static const unsigned short uni2cp_high[256] = variable
650 uni2cp_high
/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/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/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/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/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 121 milliseconds

123