Searched refs:xmlIconvWrapper (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | encoding.c | 1801 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()
|
D | ChangeLog | 15829 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
|