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.c1369 handler->iconv_in = NULL; in xmlNewCharEncodingHandler()
1711 enc->iconv_in = icv_in; in xmlFindCharEncodingHandler()
1925 else if (handler->iconv_in != NULL) { in xmlEncInputChunk()
1926 ret = xmlIconvWrapper(handler->iconv_in, out, outlen, in, inlen); in xmlEncInputChunk()
2743 ((handler->iconv_out != NULL) || (handler->iconv_in != NULL))) { in xmlCharEncCloseFunc()
2750 if (handler->iconv_in != NULL) { in xmlCharEncCloseFunc()
2751 if (iconv_close(handler->iconv_in)) in xmlCharEncCloseFunc()
2753 handler->iconv_in = NULL; in xmlCharEncCloseFunc()
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle159 d iconv_in * iconv_t