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

123

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dc_865.c76 static const unsigned char uni2cp_low[4608] = variable
715 uni2cp_low,
H A Dc_866.c76 static const unsigned char uni2cp_low[4864] = variable
748 uni2cp_low,
H A Dc_869.c76 static const unsigned char uni2cp_low[4608] = variable
715 uni2cp_low,
H A Dc_874.c76 static const unsigned char uni2cp_low[2816] = variable
484 uni2cp_low,
H A Dc_875.c43 static const unsigned char uni2cp_low[4608] = variable
682 uni2cp_low,
H A Dc_878.c43 static const unsigned char uni2cp_low[4864] = variable
715 uni2cp_low,
H A Dc_1361.c3775 static const unsigned short uni2cp_low[39168] = variable
8869 uni2cp_low,
H A Dc_20932.c2686 static const unsigned short uni2cp_low[27648] = variable
6295 uni2cp_low,
H A Dc_932.c2059 static const unsigned short uni2cp_low[27648] = variable
5668 uni2cp_low,
H A Dc_936.c4237 static const unsigned short uni2cp_low[28928] = variable
8011 uni2cp_low,
H A Dc_949.c4237 static const unsigned short uni2cp_low[38144] = variable
9199 uni2cp_low,
H A Dc_950.c4237 static const unsigned short uni2cp_low[32000] = variable
8407 uni2cp_low,
H A Dwctomb.c93 const unsigned char * const uni2cp_low = table->uni2cp_low; local
109 ch = uni2cp_low[uni2cp_high[composed >> 8] + (composed & 0xff)];
134 ch = uni2cp_low[uni2cp_high[wch >> 8] + (wch & 0xff)];
146 const unsigned char * const uni2cp_low = table->uni2cp_low; 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_hig
211 const unsigned char * const uni2cp_low = table->uni2cp_low; local
295 const unsigned short * const uni2cp_low = table->uni2cp_low; local
364 const unsigned short * const uni2cp_low = table->uni2cp_low; local
389 const unsigned short * const uni2cp_low = table->uni2cp_low; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h75 const unsigned char *uni2cp_low; /* Unicode -> code page map */ member in struct:sbcs_table
84 const unsigned short *uni2cp_low; /* Unicode -> code page map */ member in struct:dbcs_table
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h74 const unsigned char *uni2cp_low; /* Unicode -> code page map */ member in struct:sbcs_table
83 const unsigned short *uni2cp_low; /* Unicode -> code page map */ member in struct:dbcs_table
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h75 const unsigned char *uni2cp_low; /* Unicode -> code page map */ member in struct:sbcs_table
84 const unsigned short *uni2cp_low; /* Unicode -> code page map */ member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h74 const unsigned char *uni2cp_low; /* Unicode -> code page map */ member in struct:sbcs_table
83 const unsigned short *uni2cp_low; /* Unicode -> code page map */ member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h74 const unsigned char *uni2cp_low; /* Unicode -> code page map */ member in struct:sbcs_table
83 const unsigned short *uni2cp_low; /* Unicode -> code page map */ member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h75 const unsigned char *uni2cp_low; /* Unicode -> code page map */ member in struct:sbcs_table
84 const unsigned short *uni2cp_low; /* Unicode -> code page map */ member in struct:dbcs_table

Completed in 442 milliseconds

123