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

/external/libxml2/
H A Dxmlunicode.c143 {"Specials", xmlUCSIsSpecials},
2309 * xmlUCSIsSpecials:
2317 xmlUCSIsSpecials(int code) { function
H A Delfgcchack.h14758 #undef xmlUCSIsSpecials macro
14759 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
14761 #ifndef xmlUCSIsSpecials
14762 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
14763 #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias macro

Completed in 104 milliseconds