xmlIsLetter      4717 third_party/libxml/src/elfgcchack.h #undef xmlIsLetter
xmlIsLetter      4718 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIsLetter) xmlIsLetter __attribute((alias("xmlIsLetter__internal_alias")));
xmlIsLetter      4720 third_party/libxml/src/elfgcchack.h #ifndef xmlIsLetter
xmlIsLetter      4721 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIsLetter) xmlIsLetter__internal_alias __attribute((visibility("hidden")));
xmlIsLetter      4722 third_party/libxml/src/elfgcchack.h #define xmlIsLetter xmlIsLetter__internal_alias
xmlIsLetter       286 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN int XMLCALL                   xmlIsLetter     (int c);
xmlIsLetter      16106 third_party/libxml/src/testapi.c         ret_val = xmlIsLetter(c);