Searched refs:IS_CHAR (Results 1 – 11 of 11) sorted by relevance
764 while ((IS_CHAR(val)) && (val != '"')) {768 if (!IS_CHAR(val)) {783 while ((IS_CHAR(val)) && (val != '\'')) {787 if (!IS_CHAR(val)) {
2363 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseCharRef()2454 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseStringCharRef()3744 while (((IS_CHAR(c)) && ((c != stop) || /* checked */ in xmlParseEntityValue()3882 (IS_CHAR(c)) && (c != '<')) && in xmlParseAttValueComplex()4050 if ((c != 0) && (!IS_CHAR(c))) { in xmlParseAttValueComplex()4163 while ((IS_CHAR(cur)) && (cur != stop)) { /* checked */ in xmlParseSystemLiteral()4204 if (!IS_CHAR(cur)) { in xmlParseSystemLiteral()4517 (IS_CHAR(cur))) /* test also done in xmlCurrentChar() */ { in xmlParseCharDataComplex()4579 if ((cur != 0) && (!IS_CHAR(cur))) { in xmlParseCharDataComplex()4701 if (!IS_CHAR(q)) { in xmlParseCommentComplex()[all …]
663 if (!IS_CHAR(val)) { in xmlCurrentChar()796 if (!IS_CHAR(val)) { in xmlStringCurrentChar()
706 if ((l == 1) || (!IS_CHAR(val))) { in xmlEncodeEntitiesInternal()
290 if (!IS_CHAR(val)) { in xmlEscapeEntities()2139 if ((l == 1) || (!IS_CHAR(val))) { in xmlBufAttrSerializeTxtContent()
1916 if (!IS_CHAR(cur)) { in xmlXIncludeLoadTxt()
2974 if ((atom == NULL) || (!IS_CHAR(codepoint))) in xmlRegCheckCharacter()
2588 - a problem in one of the core macros IS_CHAR was corrected
9805 if (!IS_CHAR(val)) { in xmlXPathCurrentChar()
18549 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
117 #define IS_CHAR(c) xmlIsCharQ(c) macro