Home
last modified time | relevance | path

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

/external/libxml2/
Dencoding.c1356 handler->iconv_in = NULL; in xmlNewCharEncodingHandler()
1696 enc->iconv_in = icv_in; in xmlFindCharEncodingHandler()
1961 else if (handler->iconv_in != NULL) { in xmlCharEncFirstLineInt()
1962 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use], in xmlCharEncFirstLineInt()
2075 else if (handler->iconv_in != NULL) { in xmlCharEncInFunc()
2076 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use], in xmlCharEncInFunc()
2367 if ((handler->iconv_out != NULL) || (handler->iconv_in != NULL)) { in xmlCharEncCloseFunc()
2374 if (handler->iconv_in != NULL) { in xmlCharEncCloseFunc()
2375 if (iconv_close(handler->iconv_in)) in xmlCharEncCloseFunc()
2377 handler->iconv_in = NULL; in xmlCharEncCloseFunc()
/external/libxml2/include/libxml/
Dencoding.h146 iconv_t iconv_in; member
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch113 handler->iconv_in = NULL;
449 iconv_t iconv_in;