Home
last modified time | relevance | path

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

/external/libxml2/
Dencoding.c1356 handler->iconv_out = NULL; in xmlNewCharEncodingHandler()
1690 enc->iconv_out = icv_out; in xmlFindCharEncodingHandler()
2150 else if (handler->iconv_out != NULL) { in xmlCharEncOutFunc()
2151 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc()
2194 else if (handler->iconv_out != NULL) { in xmlCharEncOutFunc()
2195 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc()
2327 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) { in xmlCharEncCloseFunc()
2331 if (handler->iconv_out != NULL) { in xmlCharEncCloseFunc()
2332 if (iconv_close(handler->iconv_out)) in xmlCharEncCloseFunc()
2334 handler->iconv_out = NULL; in xmlCharEncCloseFunc()
[all …]
/external/libxml2/include/libxml/
Dencoding.h162 iconv_t iconv_out; member
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch114 handler->iconv_out = NULL;
450 iconv_t iconv_out;