Home
last modified time | relevance | path

Searched defs:IS_BLANK (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h135 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/external/strace/
Ds390.c466 #define IS_BLANK(arr_) /* 0x40 is space in EBCDIC */ \ macro
/external/libxml2/
Drngparser.c152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
Dxmlregexp.c7871 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro