Searched refs:IS_CHAR (Results 1 – 11 of 11) sorted by relevance
84 #define IS_CHAR(c) xmlIsCharQ(c) macro
760 while ((IS_CHAR(val)) && (val != '"')) {764 if (!IS_CHAR(val)) {779 while ((IS_CHAR(val)) && (val != '\'')) {783 if (!IS_CHAR(val)) {
2243 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseCharRef()2334 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseStringCharRef()3664 while ((IS_CHAR(c)) && ((c != stop) || /* checked */ in xmlParseEntityValue()3798 (IS_CHAR(c)) && (c != '<')) { in xmlParseAttValueComplex()3940 if ((c != 0) && (!IS_CHAR(c))) { in xmlParseAttValueComplex()4041 while ((IS_CHAR(cur)) && (cur != stop)) { /* checked */ in xmlParseSystemLiteral()4071 if (!IS_CHAR(cur)) { in xmlParseSystemLiteral()4372 (IS_CHAR(cur))) /* test also done in xmlCurrentChar() */ { in xmlParseCharDataComplex()4432 if ((cur != 0) && (!IS_CHAR(cur))) { in xmlParseCharDataComplex()4561 if (!IS_CHAR(q)) { in xmlParseCommentComplex()[all …]
695 if (!IS_CHAR(val)) { in xmlCurrentChar()828 if (!IS_CHAR(val)) { in xmlStringCurrentChar()
479 if (!IS_CHAR(val)) { in htmlCurrentChar()2932 if (!(IS_CHAR(cur))) { in htmlParseCharData()3111 while (IS_CHAR(cur) && (cur != '>')) { in htmlParsePI()3203 while (IS_CHAR(cur) && in htmlParseComment()3233 if (!IS_CHAR(cur)) { in htmlParseComment()3310 if (IS_CHAR(val)) { in htmlParseCharRef()
661 if ((l == 1) || (!IS_CHAR(val))) { in xmlEncodeEntitiesReentrant()
286 if (!IS_CHAR(val)) { in xmlEscapeEntities()2041 if ((l == 1) || (!IS_CHAR(val))) { in xmlAttrSerializeTxtContent()
1894 if (!IS_CHAR(cur)) { in xmlXIncludeLoadTxt()
2956 if ((atom == NULL) || (!IS_CHAR(codepoint))) in xmlRegCheckCharacter()
9749 if (!IS_CHAR(val)) { in xmlXPathCurrentChar()
1274 while ((IS_CHAR(val)) && (val != '"')) { in xsltScanLiteral()1278 if (!IS_CHAR(val)) { in xsltScanLiteral()1290 while ((IS_CHAR(val)) && (val != '\'')) { in xsltScanLiteral()1294 if (!IS_CHAR(val)) { in xsltScanLiteral()