Searched refs:IS_BLANK (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DparserInternals.h95 * IS_BLANK:
102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
108 * Behaviour same as IS_BLANK
/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c394 while (IS_BLANK(c)) {
410 while (IS_BLANK(c)) {
481 while (IS_BLANK(c)) {
511 while (IS_BLANK(c)) {
565 while (IS_BLANK(c)) {
580 while (IS_BLANK(c)) {
636 while (IS_BLANK(c)) {
652 while (IS_BLANK(c)) {
H A Dxmlregexp.c7816 #undef IS_BLANK macro
7817 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7818 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7859 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c2943 if (!IS_BLANK(cur)) {
H A Dvalid.c3522 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3614 while (IS_BLANK(val)) {
3635 /* Should not test IS_BLANK(val) here -- see erratum E20*/
H A Dparser.c1791 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */
4402 if (!IS_BLANK(cur)) {

Completed in 137 milliseconds