Home
last modified time | relevance | path

Searched refs:xmlIconvWrapper (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dencoding.c1801 xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen, in xmlIconvWrapper() function
1926 ret = xmlIconvWrapper(handler->iconv_in, out, outlen, in, inlen); in xmlEncInputChunk()
1955 ret = xmlIconvWrapper(handler->iconv_out, out, outlen, in, inlen); in xmlEncOutputChunk()
DChangeLog15829 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.