xmlUCSIsBlock    13000 third_party/libxml/src/elfgcchack.h #undef xmlUCSIsBlock
xmlUCSIsBlock    13001 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
xmlUCSIsBlock    13003 third_party/libxml/src/elfgcchack.h #ifndef xmlUCSIsBlock
xmlUCSIsBlock    13004 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
xmlUCSIsBlock    13005 third_party/libxml/src/elfgcchack.h #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias
xmlUCSIsBlock     155 third_party/libxml/src/include/libxml/xmlunicode.h XMLPUBFUN int XMLCALL xmlUCSIsBlock	(int code, const char *block);
xmlUCSIsBlock    37313 third_party/libxml/src/testapi.c         ret_val = xmlUCSIsBlock(code, (const char *)block);
xmlUCSIsBlock    2943 third_party/libxml/src/xmlregexp.c 	    ret = xmlUCSIsBlock(codepoint, (const char *) blockName);