Searched refs:codepage (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dcptable.c173 static int cmp_codepage( const void *codepage, const void *entry ) argument
175 return *(const unsigned int *)codepage - (*(const union cptable *const *)entry)->info.codepage;
180 const union cptable *wine_cp_get_table( unsigned int codepage )
184 if (!(res = bsearch( &codepage, cptables, NB_CODEPAGES,
H A Dcpmap.pl409 # fill input data for the 20127 (us-ascii) codepage
731 my ($codepage, $has_glyphs, $name, $def, $defw) = @_;
787 printf OUTPUT "const struct sbcs_table cptable_%03d =\n{\n", $codepage;
789 $codepage, $def, $defw, $name;
802 my ($codepage, $name, $def, $defw, @lb_ranges) = @_;
895 printf OUTPUT "const struct dbcs_table cptable_%03d =\n{\n", $codepage;
897 $codepage, $def, $defw, $name;
1216 my ($codepage, $width, $def, $defw, $count);
1231 $codepage = $1;
1294 my $output = sprintf "c_%03d.c", $codepage;
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h62 unsigned int codepage; /* codepage id */ member in struct:cp_info
95 extern const union cptable *wine_cp_get_table( unsigned int codepage );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h62 unsigned int codepage; /* codepage id */ member in struct:cp_info
95 extern const union cptable *wine_cp_get_table( unsigned int codepage );
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h63 unsigned int codepage; /* codepage id */ member in struct:cp_info
96 extern const union cptable *wine_cp_get_table( unsigned int codepage );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h63 unsigned int codepage; /* codepage id */ member in struct:cp_info
96 extern const union cptable *wine_cp_get_table( unsigned int codepage );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h62 unsigned int codepage; /* codepage id */ member in struct:cp_info
95 extern const union cptable *wine_cp_get_table( unsigned int codepage );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h63 unsigned int codepage; /* codepage id */ member in struct:cp_info
96 extern const union cptable *wine_cp_get_table( unsigned int codepage );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drichedit.h714 UINT codepage; member in struct:_gettextex
1056 UINT codepage; member in struct:_gettextlengthex
1072 UINT codepage; member in struct:_settextex
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drichedit.h714 UINT codepage; member in struct:_gettextex
1056 UINT codepage; member in struct:_gettextlengthex
1072 UINT codepage; member in struct:_settextex
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp1005 // codepage is x*2
1042 UniChar codepage[20]; local
1043 int unirc = ::UniMapCpToUcsCp(ulCodePage, codepage, 20);
1045 unirc = ::UniCreateUconvObject(codepage, &UnicodeConverter);
H A DnsLocalFileOS2.cpp1556 ctrycodeInfo.codepage = 0; /* Current Codepage */

Completed in 3993 milliseconds