Searched defs:xmlGetCharEncodingName (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dencoding.c1210 * xmlGetCharEncodingName:
1221 xmlGetCharEncodingName(xmlCharEncoding enc) { function
1742 canon = xmlGetCharEncodingName(alias);
H A Delfgcchack.h3813 #undef xmlGetCharEncodingName macro
3814 extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName __attribute((alias("xmlGetCharEncodingName__internal_alias")));
3816 #ifndef xmlGetCharEncodingName
3817 extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName__internal_alias __attribute((visibility("hidden")));
3818 #define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias macro

Completed in 208 milliseconds