Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_PUBIDCHAR_CH

2632 	while (IS_PUBIDCHAR_CH(CUR)) NEXT;
2643 while ((IS_PUBIDCHAR_CH(CUR)) && (CUR != '\''))