Searched defs:_xmlCharEncodingHandler (Results 1 – 1 of 1) sorted by relevance
141 struct _xmlCharEncodingHandler { struct142 char *name;143 xmlCharEncodingInputFunc input;144 xmlCharEncodingOutputFunc output;146 iconv_t iconv_in;147 iconv_t iconv_out;150 uconv_t *uconv_in;151 uconv_t *uconv_out;