Home
last modified time | relevance | path

Searched refs:IS_CHAR (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h84 #define IS_CHAR(c) xmlIsCharQ(c) macro
/external/libxml2/
Dpattern.c760 while ((IS_CHAR(val)) && (val != '"')) {
764 if (!IS_CHAR(val)) {
779 while ((IS_CHAR(val)) && (val != '\'')) {
783 if (!IS_CHAR(val)) {
Dparser.c2095 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 …]
DparserInternals.c683 if (!IS_CHAR(val)) { in xmlCurrentChar()
816 if (!IS_CHAR(val)) { in xmlStringCurrentChar()
DHTMLparser.c366 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()
Dentities.c661 if ((l == 1) || (!IS_CHAR(val))) { in xmlEncodeEntitiesReentrant()
Dxmlsave.c286 if (!IS_CHAR(val)) { in xmlEscapeEntities()
1968 if ((l == 1) || (!IS_CHAR(val))) { in xmlAttrSerializeTxtContent()
Dxinclude.c1888 if (!IS_CHAR(cur)) { in xmlXIncludeLoadTxt()
Dxmlregexp.c2917 if ((atom == NULL) || (!IS_CHAR(codepoint))) in xmlRegCheckCharacter()
Dxpath.c9687 if (!IS_CHAR(val)) { in xmlXPathCurrentChar()
/external/libxslt/libxslt/
Dpattern.c1274 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()