xmlIsIdeographicQ  317 third_party/libxml/src/chvalid.c     return(xmlIsIdeographicQ(ch));
xmlIsIdeographicQ  188 third_party/libxml/src/include/libxml/parserInternals.h #define IS_IDEOGRAPHIC(c) xmlIsIdeographicQ(c)