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

/external/libxml2/
H A Dxmlunicode.c109 {"Latin-1Supplement", xmlUCSIsLatin1Supplement},
1865 * xmlUCSIsLatin1Supplement:
1873 xmlUCSIsLatin1Supplement(int code) { function
H A Delfgcchack.h14350 #undef xmlUCSIsLatin1Supplement macro
14351 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
14353 #ifndef xmlUCSIsLatin1Supplement
14354 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
14355 #define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias macro

Completed in 114 milliseconds