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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c109 {"Latin-1Supplement", xmlUCSIsLatin1Supplement},
1865 * xmlUCSIsLatin1Supplement:
1873 xmlUCSIsLatin1Supplement(int code) { function
H A Delfgcchack.h14072 #undef xmlUCSIsLatin1Supplement macro
14073 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
14075 #ifndef xmlUCSIsLatin1Supplement
14076 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
14077 #define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias macro

Completed in 129 milliseconds