Searched refs:mbconv (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcGeneric.c910 codeset->mbconv = Xmalloc(sizeof(ConversionRec));
911 codeset->mbconv->convlist =
912 _XlcParse_scopemaps(value[0],&(codeset->mbconv->conv_num));
913 dmpscope("mb_conv",codeset->mbconv->convlist,
914 codeset->mbconv->conv_num);
1049 Conversion mbconv,ctconv; local in function:freeConversion
1050 if (codeset->mbconv) {
1051 mbconv = codeset->mbconv;
1053 Xfree(mbconv
[all...]
H A DXlcGeneric.h90 Conversion mbconv; member in struct:_CodeSetRec
/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c196 if (codeset->mbconv) {
197 mb_tmp = conv_to_dest(codeset->mbconv, mb);
227 if (codeset->mbconv)
228 return( conv_to_source(codeset->mbconv, glyph_index) );

Completed in 28 milliseconds