xmlUCSIsHighSurrogates 14032 third_party/libxml/src/elfgcchack.h #undef xmlUCSIsHighSurrogates
xmlUCSIsHighSurrogates 14033 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
xmlUCSIsHighSurrogates 14035 third_party/libxml/src/elfgcchack.h #ifndef xmlUCSIsHighSurrogates
xmlUCSIsHighSurrogates 14036 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
xmlUCSIsHighSurrogates 14037 third_party/libxml/src/elfgcchack.h #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias
xmlUCSIsHighSurrogates   83 third_party/libxml/src/include/libxml/xmlunicode.h XMLPUBFUN int XMLCALL xmlUCSIsHighSurrogates	(int code);
xmlUCSIsHighSurrogates 40247 third_party/libxml/src/testapi.c         ret_val = xmlUCSIsHighSurrogates(code);
xmlUCSIsHighSurrogates   97 third_party/libxml/src/xmlunicode.c   {"HighSurrogates", xmlUCSIsHighSurrogates},