Searched refs:UTF8ToISO8859x (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | encoding.c | 3033 UTF8ToISO8859x(unsigned char* out, int *outlen, in UTF8ToISO8859x() function 3943 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_2); in UTF8ToISO8859_2() 3952 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_3); in UTF8ToISO8859_3() 3961 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_4); in UTF8ToISO8859_4() 3970 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_5); in UTF8ToISO8859_5() 3979 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_6); in UTF8ToISO8859_6() 3988 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_7); in UTF8ToISO8859_7() 3997 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_8); in UTF8ToISO8859_8() 4006 return UTF8ToISO8859x (out, outlen, in, inlen, xmltranscodetable_ISO8859_9); in UTF8ToISO8859_9() 4015 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
|