xmlUCSIsBlockElements 13012 third_party/libxml/src/elfgcchack.h #undef xmlUCSIsBlockElements
xmlUCSIsBlockElements 13013 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
xmlUCSIsBlockElements 13015 third_party/libxml/src/elfgcchack.h #ifndef xmlUCSIsBlockElements
xmlUCSIsBlockElements 13016 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
xmlUCSIsBlockElements 13017 third_party/libxml/src/elfgcchack.h #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias
xmlUCSIsBlockElements   35 third_party/libxml/src/include/libxml/xmlunicode.h XMLPUBFUN int XMLCALL xmlUCSIsBlockElements	(int code);
xmlUCSIsBlockElements 37350 third_party/libxml/src/testapi.c         ret_val = xmlUCSIsBlockElements(code);
xmlUCSIsBlockElements   49 third_party/libxml/src/xmlunicode.c   {"BlockElements", xmlUCSIsBlockElements},