Searched refs:UTF8ToISO8859x (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | encoding.c | 2866 UTF8ToISO8859x(unsigned char* out, int *outlen, in UTF8ToISO8859x() function 3776 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_2); in UTF8ToISO8859_2() 3785 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_3); in UTF8ToISO8859_3() 3794 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_4); in UTF8ToISO8859_4() 3803 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_5); in UTF8ToISO8859_5() 3812 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_6); in UTF8ToISO8859_6() 3821 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_7); in UTF8ToISO8859_7() 3830 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_8); in UTF8ToISO8859_8() 3839 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_9); in UTF8ToISO8859_9() 3848 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
|