Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_BLANK_CH

2680     while (IS_BLANK_CH(*(ctxt->cur))) NEXT
8515 while (IS_BLANK_CH(*cur)) cur++;
8517 while ((!IS_BLANK_CH(*cur)) && (*cur != 0))
8543 while (IS_BLANK_CH(*cur)) cur++;
9258 while (IS_BLANK_CH(*source))
9264 if (IS_BLANK_CH(*source)) {
10007 while (IS_BLANK_CH(*cur)) cur++;
10071 while (IS_BLANK_CH(*cur)) cur++;
10588 } else if (IS_BLANK_CH(NXT(len))) {
11052 blanks = IS_BLANK_CH(CUR);