Home
last modified time | relevance | path

Searched refs:IS_BLANK (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dparse.y99 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
744 | CCE_BLANK { CCL_EXPR(IS_BLANK) }
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dparse.c101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro
1338 { CCL_EXPR(IS_BLANK) } in yyparse()
/external/libxml2/include/libxml/
DparserInternals.h102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/external/libxml2/
Dtree.c397 while (IS_BLANK(c)) { in xmlValidateNCName()
413 while (IS_BLANK(c)) { in xmlValidateNCName()
484 while (IS_BLANK(c)) { in xmlValidateQName()
514 while (IS_BLANK(c)) { in xmlValidateQName()
568 while (IS_BLANK(c)) { in xmlValidateName()
583 while (IS_BLANK(c)) { in xmlValidateName()
639 while (IS_BLANK(c)) { in xmlValidateNMToken()
655 while (IS_BLANK(c)) { in xmlValidateNMToken()
Dxmlregexp.c7774 #undef IS_BLANK
7775 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7776 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7817 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') && in xmlExpParseOr()
DHTMLparser.c2951 if (!IS_BLANK(cur)) { in htmlParsePI()
Dparser.c1937 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */ in xmlSkipBlankChars()
4797 if (!IS_BLANK(cur)) { in xmlParsePI()
Dvalid.c3717 while (IS_BLANK(val)) { in xmlValidateNmtokensValueInternal()