Searched refs:IS_BLANK (Results 1 – 10 of 10) sorted by relevance
68 #ifdef IS_BLANK69 #undef IS_BLANK72 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro415 while (IS_BLANK(*curval)) curval++; in xsltParseStylesheetAttributeSet()419 while ((*endval != 0) && (!IS_BLANK(*endval))) endval++; in xsltParseStylesheetAttributeSet()1074 while (IS_BLANK(*curstr)) in xsltApplyAttributeSet()1079 while ((*endstr != 0) && (!IS_BLANK(*endstr))) in xsltApplyAttributeSet()
104 #ifdef IS_BLANK105 #undef IS_BLANK107 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro262 if (!(IS_BLANK(*str))) return(0); in xsltIsBlank()1276 while (IS_BLANK(*element)) in xsltParseStylesheetOutput()1281 while ((*end != 0) && (!IS_BLANK(*end))) in xsltParseStylesheetOutput()1496 while (IS_BLANK(*element)) element++; in xsltParseStylesheetPreserveSpace()1500 while ((*end != 0) && (!IS_BLANK(*end))) end++; in xsltParseStylesheetPreserveSpace()1570 while (IS_BLANK(*prefix)) prefix++; in xsltParseStylesheetExtPrefix()1574 while ((*end != 0) && (!IS_BLANK(*end))) end++; in xsltParseStylesheetExtPrefix()[all …]
99 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro744 | CCE_BLANK { CCL_EXPR(IS_BLANK) }
101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro1338 { CCL_EXPR(IS_BLANK) } in yyparse()
102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
398 while (IS_BLANK(c)) { in xmlValidateNCName()414 while (IS_BLANK(c)) { in xmlValidateNCName()485 while (IS_BLANK(c)) { in xmlValidateQName()515 while (IS_BLANK(c)) { in xmlValidateQName()569 while (IS_BLANK(c)) { in xmlValidateName()584 while (IS_BLANK(c)) { in xmlValidateName()640 while (IS_BLANK(c)) { in xmlValidateNMToken()656 while (IS_BLANK(c)) { in xmlValidateNMToken()
7843 #undef IS_BLANK7844 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro7845 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;7886 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') && in xmlExpParseOr()
3105 if (!IS_BLANK(cur)) { in htmlParsePI()
2091 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */ in xmlSkipBlankChars()4972 if (!IS_BLANK(cur)) { in xmlParsePI()
3670 while (IS_BLANK(val)) { in xmlValidateNmtokensValueInternal()