Searched refs:IS_BLANK (Results 1 – 8 of 8) sorted by relevance
135 #define IS_BLANK(c) xmlIsBlankQ(c) macro
151 #ifndef IS_BLANK152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro268 (IS_BLANK(*ctxt->cur))) ctxt->cur++; in xmlCRNGNextToken()
401 while (IS_BLANK(c)) { in xmlValidateNCName()417 while (IS_BLANK(c)) { in xmlValidateNCName()488 while (IS_BLANK(c)) { in xmlValidateQName()518 while (IS_BLANK(c)) { in xmlValidateQName()572 while (IS_BLANK(c)) { in xmlValidateName()587 while (IS_BLANK(c)) { in xmlValidateName()643 while (IS_BLANK(c)) { in xmlValidateNMToken()659 while (IS_BLANK(c)) { in xmlValidateNMToken()
7857 #undef IS_BLANK7858 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro7859 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;7900 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') && in xmlExpParseOr()
3156 if (!IS_BLANK(cur)) { in htmlParsePI()
3669 while (IS_BLANK(val)) { in xmlValidateNmtokensValueInternal()
2168 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */ in xmlSkipBlankChars()5262 if (!IS_BLANK(cur)) { in xmlParsePI()
8952 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of