xmlUCSIsLetterlikeSymbols 14224 third_party/libxml/src/elfgcchack.h #undef xmlUCSIsLetterlikeSymbols
xmlUCSIsLetterlikeSymbols 14225 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols __attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
xmlUCSIsLetterlikeSymbols 14227 third_party/libxml/src/elfgcchack.h #ifndef xmlUCSIsLetterlikeSymbols
xmlUCSIsLetterlikeSymbols 14228 third_party/libxml/src/elfgcchack.h extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols__internal_alias __attribute((visibility("hidden")));
xmlUCSIsLetterlikeSymbols 14229 third_party/libxml/src/elfgcchack.h #define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias
xmlUCSIsLetterlikeSymbols   99 third_party/libxml/src/include/libxml/xmlunicode.h XMLPUBFUN int XMLCALL xmlUCSIsLetterlikeSymbols	(int code);
xmlUCSIsLetterlikeSymbols 40791 third_party/libxml/src/testapi.c         ret_val = xmlUCSIsLetterlikeSymbols(code);
xmlUCSIsLetterlikeSymbols  113 third_party/libxml/src/xmlunicode.c   {"LetterlikeSymbols", xmlUCSIsLetterlikeSymbols},