Searched refs:IS_PUBIDCHAR_CH (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A DparserInternals.h241 * IS_PUBIDCHAR_CH:
246 #define IS_PUBIDCHAR_CH(c) xmlIsPubidChar_ch(c) macro
/external/libxml2/
H A Dcatalog.c2197 while (IS_PUBIDCHAR_CH(*cur) || (*cur == '?')) {
H A DHTMLparser.c2784 while (IS_PUBIDCHAR_CH(CUR)) NEXT;
2795 while ((IS_PUBIDCHAR_CH(CUR)) && (CUR != '\''))
H A Dparser.c4118 while ((IS_PUBIDCHAR_CH(cur)) && (cur != stop)) { /* checked */

Completed in 51 milliseconds