Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h151 iconv_t iconv_in; member
/external/libxml2/
Dencoding.c1379 handler->iconv_in = NULL; in xmlNewCharEncodingHandler()
1730 enc->iconv_in = icv_in; in xmlFindCharEncodingHandler()
1965 else if (handler->iconv_in != NULL) { in xmlEncInputChunk()
1966 ret = xmlIconvWrapper(handler->iconv_in, out, outlen, in, inlen); in xmlEncInputChunk()
2801 ((handler->iconv_out != NULL) || (handler->iconv_in != NULL))) { in xmlCharEncCloseFunc()
2808 if (handler->iconv_in != NULL) { in xmlCharEncCloseFunc()
2809 if (iconv_close(handler->iconv_in)) in xmlCharEncCloseFunc()
2811 handler->iconv_in = NULL; in xmlCharEncCloseFunc()
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle159 d iconv_in * iconv_t