Searched refs:cp2uni (Results 1 - 25 of 71) sorted by relevance

123

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmbtowc.c58 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; local
64 if (cp2uni[*src] == def_unicode_char && *src != def_char) break;
77 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; local
92 case 16: dst[15] = cp2uni[src[15]];
93 case 15: dst[14] = cp2uni[src[14]];
94 case 14: dst[13] = cp2uni[src[13]];
95 case 13: dst[12] = cp2uni[src[12]];
96 case 12: dst[11] = cp2uni[sr
122 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; local
166 const WCHAR * const cp2uni = table->cp2uni; local
195 const WCHAR * const cp2uni = table->cp2uni; local
222 const WCHAR * const cp2uni = table->cp2uni; local
[all...]
H A Dcpmap.pl201 my @cp2uni = ();
387 $cp2uni[$cp] = 0;
394 $cp2uni[$cp] = $uni unless defined($cp2uni[$cp]);
396 if ($cp > 0xff && !defined($cp2uni[$cp >> 8]))
399 $cp2uni[$cp >> 8] = 0;
412 for (my $i = 0; $i < 128; $i++) { $cp2uni[$i] = $uni2cp[$i] = $i; }
413 for (my $i = 128; $i < 256; $i++) { $cp2uni[$i] = $i & 0x7f; }
467 $cp2uni[$i] = $i;
474 $cp2uni[
[all...]
H A Dwctomb.c85 return (table->cp2uni[ch] == wch);
283 return (table->cp2uni[(off << 8) + (ch & 0xff)] == wch);
285 return (table->cp2uni[ch & 0xff] == wch);
H A Dc_1257.c7 static const WCHAR cp2uni[256] = variable
350 cp2uni,
351 cp2uni,
H A Dc_1258.c7 static const WCHAR cp2uni[256] = variable
350 cp2uni,
351 cp2uni,
H A Dc_1251.c7 static const WCHAR cp2uni[256] = variable
449 cp2uni,
450 cp2uni,
H A Dc_1253.c7 static const WCHAR cp2uni[256] = variable
482 cp2uni,
483 cp2uni,
H A Dc_1255.c7 static const WCHAR cp2uni[256] = variable
383 cp2uni,
384 cp2uni,
H A Dc_1256.c7 static const WCHAR cp2uni[256] = variable
416 cp2uni,
417 cp2uni,
H A Dc_874.c7 static const WCHAR cp2uni[512] = variable
482 cp2uni,
483 cp2uni + 256,
H A Dc_037.c7 static const WCHAR cp2uni[256] = variable
680 cp2uni,
681 cp2uni,
H A Dc_10000.c7 static const WCHAR cp2uni[256] = variable
680 cp2uni,
681 cp2uni,
H A Dc_10006.c7 static const WCHAR cp2uni[256] = variable
680 cp2uni,
681 cp2uni,
H A Dc_10029.c7 static const WCHAR cp2uni[256] = variable
680 cp2uni,
681 cp2uni,
H A Dc_10079.c7 static const WCHAR cp2uni[256] = variable
680 cp2uni,
681 cp2uni,
H A Dc_10081.c7 static const WCHAR cp2uni[256] = variable
680 cp2uni,
681 cp2uni,
H A Dc_1026.c7 static const WCHAR cp2uni[256] = variable
680 cp2uni,
681 cp2uni,
H A Dc_1250.c7 static const WCHAR cp2uni[256] = variable
647 cp2uni,
648 cp2uni,
H A Dc_1252.c7 static const WCHAR cp2uni[256] = variable
647 cp2uni,
648 cp2uni,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h72 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:sbcs_table
81 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h72 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:sbcs_table
81 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:dbcs_table
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h73 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:sbcs_table
82 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:dbcs_table
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h73 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:sbcs_table
82 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h72 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:sbcs_table
81 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:dbcs_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h73 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:sbcs_table
82 const WCHAR *cp2uni; /* code page -> Unicode map */ member in struct:dbcs_table

Completed in 131 milliseconds

123