Searched defs:IS_BLANK (Results 1 – 4 of 4) sorted by relevance
135 #define IS_BLANK(c) xmlIsBlankQ(c) macro
466 #define IS_BLANK(arr_) /* 0x40 is space in EBCDIC */ \ macro
152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
7871 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro