xmlIsBlank_ch    1043 third_party/libxml/src/catalog.c         if (!xmlIsBlank_ch(*p))
xmlIsBlank_ch    1057 third_party/libxml/src/catalog.c         if (xmlIsBlank_ch(*p)) {
xmlIsBlank_ch    3160 third_party/libxml/src/catalog.c 		while (xmlIsBlank_ch(*cur)) 
xmlIsBlank_ch    3164 third_party/libxml/src/catalog.c 		    while ((*cur != 0) && (!xmlIsBlank_ch(*cur)))
xmlIsBlank_ch    3246 third_party/libxml/src/catalog.c 	while (xmlIsBlank_ch(*cur)) cur++;
xmlIsBlank_ch    3249 third_party/libxml/src/catalog.c 	    while ((*cur != 0) && (*cur != PATH_SEAPARATOR) && (!xmlIsBlank_ch(*cur)))
xmlIsBlank_ch      99 third_party/libxml/src/include/libxml/chvalid.h 				 xmlIsBlank_ch((c)) : 0)
xmlIsBlank_ch     110 third_party/libxml/src/include/libxml/parserInternals.h #define IS_BLANK_CH(c)  xmlIsBlank_ch(c)