Searched refs:UTF8ToISO8859x (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | encoding.c | 2868 UTF8ToISO8859x(unsigned char* out, int *outlen, in UTF8ToISO8859x() function 3778 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_2); in UTF8ToISO8859_2() 3787 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_3); in UTF8ToISO8859_3() 3796 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_4); in UTF8ToISO8859_4() 3805 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_5); in UTF8ToISO8859_5() 3814 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_6); in UTF8ToISO8859_6() 3823 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_7); in UTF8ToISO8859_7() 3832 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_8); in UTF8ToISO8859_8() 3841 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_9); in UTF8ToISO8859_9() 3850 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_10); in UTF8ToISO8859_10() [all …]
|
D | NEWS | 1318 Buchcik), XInclude testing, Notation serialization, UTF8ToISO8859x
|
D | ChangeLog | 5993 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
|