Searched defs:IS_BLANK (Results 1 – 3 of 3) sorted by relevance
135 #define IS_BLANK(c) xmlIsBlankQ(c) macro
152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
7962 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro