Searched refs:xmlIconvWrapper (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | encoding.c | 1792 xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen, in xmlIconvWrapper() function 1965 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use], in xmlCharEncFirstLineInt() 2102 ret = xmlIconvWrapper(input->encoder->iconv_in, xmlBufEnd(out), in xmlCharEncFirstLineInput() 2219 ret = xmlIconvWrapper(input->encoder->iconv_in, xmlBufEnd(out), in xmlCharEncInput() 2325 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use], in xmlCharEncInFunc() 2444 ret = xmlIconvWrapper(output->encoder->iconv_out, xmlBufEnd(out), in xmlCharEncOutput() 2491 ret = xmlIconvWrapper(output->encoder->iconv_out, xmlBufEnd(out), in xmlCharEncOutput() 2671 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc() 2715 ret = xmlIconvWrapper(handler->iconv_out, &out->content[out->use], in xmlCharEncOutFunc() 2972 ret = xmlIconvWrapper(handler->iconv_out, &convbuf[0], in xmlByteConsumed()
|
D | ChangeLog | 15829 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
|