xmlUCSIsSpecials 14584 third_party/libxml/src/elfgcchack.h #undef xmlUCSIsSpecials
xmlUCSIsSpecials 14585 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
xmlUCSIsSpecials 14587 third_party/libxml/src/elfgcchack.h #ifndef xmlUCSIsSpecials
xmlUCSIsSpecials 14588 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
xmlUCSIsSpecials 14589 third_party/libxml/src/elfgcchack.h #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias
xmlUCSIsSpecials  129 third_party/libxml/src/include/libxml/xmlunicode.h XMLPUBFUN int XMLCALL xmlUCSIsSpecials	(int code);
xmlUCSIsSpecials 41811 third_party/libxml/src/testapi.c         ret_val = xmlUCSIsSpecials(code);
xmlUCSIsSpecials  143 third_party/libxml/src/xmlunicode.c   {"Specials", xmlUCSIsSpecials},