Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h135 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/external/libxml2/
Drngparser.c151 #ifndef IS_BLANK
152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
268 (IS_BLANK(*ctxt->cur))) ctxt->cur++; in xmlCRNGNextToken()
Dtree.c401 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()
Dxmlregexp.c7857 #undef IS_BLANK
7858 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7859 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7900 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') && in xmlExpParseOr()
DHTMLparser.c3156 if (!IS_BLANK(cur)) { in htmlParsePI()
Dvalid.c3669 while (IS_BLANK(val)) { in xmlValidateNmtokensValueInternal()
Dparser.c2168 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */ in xmlSkipBlankChars()
5262 if (!IS_BLANK(cur)) { in xmlParsePI()
DChangeLog8952 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of