Home
last modified time | relevance | path

Searched defs:_xmlCharEncodingHandler (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/include/libxml/
Dencoding.h146 struct _xmlCharEncodingHandler { struct
147 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;
/third_party/gettext/gnulib-local/lib/libxml/
Dencoding.in.h175 struct _xmlCharEncodingHandler { struct
176 char *name;
177 xmlCharEncodingInputFunc input;
178 xmlCharEncodingOutputFunc output;
180 iconv_t iconv_in;
181 iconv_t iconv_out;
184 uconv_t *uconv_in;
185 uconv_t *uconv_out;