xmlUCSIsGeneralPunctuation 13840 third_party/libxml/src/elfgcchack.h #undef xmlUCSIsGeneralPunctuation
xmlUCSIsGeneralPunctuation 13841 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation __attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
xmlUCSIsGeneralPunctuation 13843 third_party/libxml/src/elfgcchack.h #ifndef xmlUCSIsGeneralPunctuation
xmlUCSIsGeneralPunctuation 13844 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation__internal_alias __attribute((visibility("hidden")));
xmlUCSIsGeneralPunctuation 13845 third_party/libxml/src/elfgcchack.h #define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias
xmlUCSIsGeneralPunctuation   67 third_party/libxml/src/include/libxml/xmlunicode.h XMLPUBFUN int XMLCALL xmlUCSIsGeneralPunctuation	(int code);
xmlUCSIsGeneralPunctuation 39703 third_party/libxml/src/testapi.c         ret_val = xmlUCSIsGeneralPunctuation(code);
xmlUCSIsGeneralPunctuation   81 third_party/libxml/src/xmlunicode.c   {"GeneralPunctuation", xmlUCSIsGeneralPunctuation},