IS_BLANK          102 third_party/libxml/src/include/libxml/parserInternals.h #define IS_BLANK(c)  xmlIsBlankQ(c)
IS_BLANK         7843 third_party/libxml/src/xmlregexp.c #undef IS_BLANK
IS_BLANK         7844 third_party/libxml/src/xmlregexp.c #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t'))
IS_BLANK           69 third_party/libxslt/libxslt/attributes.c #undef IS_BLANK
IS_BLANK           72 third_party/libxslt/libxslt/attributes.c #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) ||	\
IS_BLANK          105 third_party/libxslt/libxslt/xslt.c #undef	IS_BLANK
IS_BLANK          107 third_party/libxslt/libxslt/xslt.c #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) ||	\