Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_PUBIDCHAR_CH

2784 	while (IS_PUBIDCHAR_CH(CUR)) NEXT;
2795 while ((IS_PUBIDCHAR_CH(CUR)) && (CUR != '\''))