Home
last modified time | relevance | path

Searched refs:iconv_out (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dencoding.c1357 handler->iconv_out = NULL; in xmlNewCharEncodingHandler()
1697 enc->iconv_out = icv_out; in xmlFindCharEncodingHandler()
2189 else if (handler->iconv_out != NULL) { in xmlCharEncOutFunc()
2190 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc()
2233 else if (handler->iconv_out != NULL) { in xmlCharEncOutFunc()
2234 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc()
2367 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) { in xmlCharEncCloseFunc()
2369 if (handler->iconv_out != NULL) { in xmlCharEncCloseFunc()
2370 if (iconv_close(handler->iconv_out)) in xmlCharEncCloseFunc()
2372 handler->iconv_out = NULL; in xmlCharEncCloseFunc()
[all …]
/external/libxml2/include/libxml/
Dencoding.h147 iconv_t iconv_out; member
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch114 handler->iconv_out = NULL;
450 iconv_t iconv_out;