Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h135 #define IS_BLANK(c) xmlIsBlankQ(c) 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