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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h93 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dattributes.c69 #undef IS_BLANK macro
72 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
H A Dxslt.c92 #undef IS_BLANK macro
94 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlregexp.c7644 #undef IS_BLANK macro
7645 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro

Completed in 77 milliseconds