Searched defs:_xmlCharEncodingHandler (Results 1 – 1 of 1) sorted by relevance
146 struct _xmlCharEncodingHandler { struct147 char *name;148 xmlCharEncodingInputFunc input;149 xmlCharEncodingOutputFunc output;151 iconv_t iconv_in;152 iconv_t iconv_out;155 uconv_t *uconv_in;156 uconv_t *uconv_out;