Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_CHAR

479 	    if (!IS_CHAR(val)) {
2932 if (!(IS_CHAR(cur))) {
3111 while (IS_CHAR(cur) && (cur != '>')) {
3203 while (IS_CHAR(cur) &&
3233 if (!IS_CHAR(cur)) {
3308 * Check the value IS_CHAR ...
3310 if (IS_CHAR(val)) {