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)) {
2095 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseCharRef()2186 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseStringCharRef()3501 while ((IS_CHAR(c)) && ((c != stop) || /* checked */ in xmlParseEntityValue()3635 (IS_CHAR(c)) && (c != '<')) { in xmlParseAttValueComplex()3772 if ((c != 0) && (!IS_CHAR(c))) { in xmlParseAttValueComplex()3873 while ((IS_CHAR(cur)) && (cur != stop)) { /* checked */ in xmlParseSystemLiteral()3903 if (!IS_CHAR(cur)) { in xmlParseSystemLiteral()4204 (IS_CHAR(cur))) /* test also done in xmlCurrentChar() */ { in xmlParseCharDataComplex()4264 if ((cur != 0) && (!IS_CHAR(cur))) { in xmlParseCharDataComplex()4393 if (!IS_CHAR(q)) { in xmlParseCommentComplex()[all …]
683 if (!IS_CHAR(val)) { in xmlCurrentChar()816 if (!IS_CHAR(val)) { in xmlStringCurrentChar()
366 if (!IS_CHAR(val)) { in htmlCurrentChar()2778 if (!(IS_CHAR(cur))) { in htmlParseCharData()2957 while (IS_CHAR(cur) && (cur != '>')) { in htmlParsePI()3049 while (IS_CHAR(cur) && in htmlParseComment()3079 if (!IS_CHAR(cur)) { in htmlParseComment()3156 if (IS_CHAR(val)) { in htmlParseCharRef()
661 if ((l == 1) || (!IS_CHAR(val))) { in xmlEncodeEntitiesReentrant()
286 if (!IS_CHAR(val)) { in xmlEscapeEntities()1968 if ((l == 1) || (!IS_CHAR(val))) { in xmlAttrSerializeTxtContent()
1888 if (!IS_CHAR(cur)) { in xmlXIncludeLoadTxt()
2917 if ((atom == NULL) || (!IS_CHAR(codepoint))) in xmlRegCheckCharacter()
9687 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()