Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dparse.y99 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
/external/libxml2/include/libxml/
DparserInternals.h102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dparse.c101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
/external/libxml2/
Dxmlregexp.c7775 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro