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

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcGeneric.c922 codeset->ctconv = Xmalloc(sizeof(ConversionRec));
923 codeset->ctconv->convlist =
924 _XlcParse_scopemaps(value[0],&(codeset->ctconv->conv_num));
925 dmpscope("ctconv",codeset->ctconv->convlist,
926 codeset->ctconv->conv_num);
1049 Conversion mbconv,ctconv; local in function:freeConversion
1059 if (codeset->ctconv) {
1060 ctconv = codeset->ctconv;
[all...]
H A DXlcGeneric.h91 Conversion ctconv; member in struct:_CodeSetRec
/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c627 Conversion ctconv; local in function:_XlcGetCodeSetFromCharSet
635 ctconv = (*codeset)->ctconv;
641 glyph_index_tmp = conv_to_source(ctconv, *glyph_index);
1169 if (codeset->ctconv)
1170 glyph_index = conv_to_dest(codeset->ctconv, glyph_index);
1835 if (codeset->ctconv)
1836 glyph_index = conv_to_dest(codeset->ctconv, glyph_index);
2127 if (codeset->ctconv)
2128 glyph_index = conv_to_dest(codeset->ctconv, glyph_inde
[all...]

Completed in 6 milliseconds