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)) {
2345 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseCharRef()2436 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseStringCharRef()3917 while (((IS_CHAR(c)) && ((c != stop) || /* checked */ in xmlParseEntityValue()4057 (IS_CHAR(c)) && (c != '<')) && in xmlParseAttValueComplex()4223 if ((c != 0) && (!IS_CHAR(c))) { in xmlParseAttValueComplex()4336 while ((IS_CHAR(cur)) && (cur != stop)) { /* checked */ in xmlParseSystemLiteral()4377 if (!IS_CHAR(cur)) { in xmlParseSystemLiteral()4690 (IS_CHAR(cur))) /* test also done in xmlCurrentChar() */ { in xmlParseCharDataComplex()4752 if ((cur != 0) && (!IS_CHAR(cur))) { in xmlParseCharDataComplex()4882 if (!IS_CHAR(q)) { in xmlParseCommentComplex()[all …]
672 if (!IS_CHAR(val)) { in xmlCurrentChar()805 if (!IS_CHAR(val)) { in xmlStringCurrentChar()
701 if ((l == 1) || (!IS_CHAR(val))) { in xmlEncodeEntitiesInternal()
290 if (!IS_CHAR(val)) { in xmlEscapeEntities()2141 if ((l == 1) || (!IS_CHAR(val))) { in xmlBufAttrSerializeTxtContent()
1914 if (!IS_CHAR(cur)) { in xmlXIncludeLoadTxt()
2969 if ((atom == NULL) || (!IS_CHAR(codepoint))) in xmlRegCheckCharacter()
2588 - a problem in one of the core macros IS_CHAR was corrected
9834 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