Searched defs:codepage (Results 1 - 10 of 10) 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,
/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/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/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_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/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/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);
/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

Completed in 178 milliseconds