Home
last modified time | relevance | path

Searched refs:IS_BLANK_CH (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/
Dxmlschemastypes.c61 #define IS_WSP_BLANK_CH(c) IS_BLANK_CH(c)
1908 while ((*start != 0) && (IS_BLANK_CH(*start))) start++; in xmlSchemaStrip()
1913 while ((end > start) && (IS_BLANK_CH(*end))) end--; in xmlSchemaStrip()
1967 while ((*start != 0) && (IS_BLANK_CH(*start))) start++; in xmlSchemaCollapseString()
1970 if ((*end == ' ') && (IS_BLANK_CH(end[1]))) { in xmlSchemaCollapseString()
1982 while ((end > start) && (IS_BLANK_CH(*end))) end--; in xmlSchemaCollapseString()
1992 if (IS_BLANK_CH(*end)) { in xmlSchemaCollapseString()
1994 while (IS_BLANK_CH(*end)) end++; in xmlSchemaCollapseString()
2038 while (IS_BLANK_CH(*cur)) *cur++ = 0; in xmlSchemaValAtomicListNode()
2040 if (IS_BLANK_CH(*cur)) { in xmlSchemaValAtomicListNode()
[all …]
Dpattern.c723 while (IS_BLANK_CH(CUR)) NEXT
945 if (IS_BLANK_CH(CUR)) { in xmlCompileAttributeTest()
1058 if (IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1068 if (hasBlanks || IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1135 if (IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1361 if (IS_BLANK_CH(PEEKPREV(1))) { in xmlCompileIDCXPathPath()
DHTMLparser.c578 while (IS_BLANK_CH(*(ctxt->input->cur))) { in htmlSkipBlankChars()
2250 if (!(IS_BLANK_CH(str[j]))) return(0); in areBlanks()
2578 if ((stop == 0) && (IS_BLANK_CH(CUR))) break; in htmlParseHTMLAttribute()
3137 if (!IS_BLANK_CH(CUR)) { in htmlParseExternalID()
3151 if (!IS_BLANK_CH(CUR)) { in htmlParseExternalID()
3673 if (encoding && IS_BLANK_CH(*encoding)) in htmlCheckEncoding()
3768 if ((ctxt->recovery) && ((IS_BLANK_CH(CUR)) || (CUR == '<') || in htmlParseStartTag()
3896 !(IS_BLANK_CH(CUR)) && (CUR != '>') && in htmlParseStartTag()
5425 if (IS_BLANK_CH(cur)) { in htmlParseTryOrFinish()
5590 if (IS_BLANK_CH(cur)) { in htmlParseTryOrFinish()
[all …]
Dcatalog.c2150 #define SKIP_BLANKS while (IS_BLANK_CH(*cur)) NEXT;
2209 if ((stop == ' ') && (IS_BLANK_CH(*cur))) in xmlParseSGMLCatalogPubid()
2227 if (!IS_BLANK_CH(*cur)) { in xmlParseSGMLCatalogPubid()
2360 if (!IS_BLANK_CH(*cur)) { in xmlParseSGMLCatalog()
2414 if (!IS_BLANK_CH(*cur)) { in xmlParseSGMLCatalog()
2448 if (!IS_BLANK_CH(*cur)) { in xmlParseSGMLCatalog()
Dparser.c2151 while (IS_BLANK_CH(*cur)) { in xmlSkipBlankChars()
2170 if (IS_BLANK_CH(CUR)) { /* CHECKED tstblanks.xml */ in xmlSkipBlankChars()
2176 if ((expandPE == 0) || (IS_BLANK_CH(NXT(1))) || (NXT(1) == 0)) in xmlSkipBlankChars()
2545 if (IS_BLANK_CH(NXT(1)) || NXT(1) == 0) in xmlParserHandlePEReference()
2829 if (!(IS_BLANK_CH(str[i]))) return(0); in areBlanks()
3477 if (*cmp == 0 && (*in == '>' || IS_BLANK_CH (*in))) { in xmlParseNameAndCompare()
4438 (IS_BLANK_CH(*ctxt->input->cur))) { in xmlParseCharData()
5041 while (IS_BLANK_CH(*tmp)) tmp++; in xmlParseCatalogPI()
5045 while (IS_BLANK_CH(*tmp)) tmp++; in xmlParseCatalogPI()
5050 while (IS_BLANK_CH(*tmp)) tmp++; in xmlParseCatalogPI()
[all …]
Dvalid.c3916 while ((*cur != 0) && (!IS_BLANK_CH(*cur))) cur++; in xmlValidateAttributeValue2()
3936 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateAttributeValue2()
5884 if (!IS_BLANK_CH(data[i])) { in xmlValidatePushCData()
6175 while (IS_BLANK_CH(*content)) in xmlValidateOneElement()
6495 while ((*cur != 0) && (!IS_BLANK_CH(*cur))) cur++; in xmlValidateRef()
6508 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateRef()
6531 while ((*cur != 0) && (!IS_BLANK_CH(*cur))) cur++; in xmlValidateRef()
6544 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateRef()
Drelaxng.c3467 if (!(IS_BLANK_CH(*str))) in xmlRelaxNGIsBlank()
6896 while (IS_BLANK_CH(*cur)) in xmlRelaxNGNormExtSpace()
6900 while ((*cur != 0) && (!IS_BLANK_CH(*cur))) in xmlRelaxNGNormExtSpace()
6905 while (IS_BLANK_CH(*cur)) in xmlRelaxNGNormExtSpace()
6914 while ((*cur != 0) && (!IS_BLANK_CH(*cur))) in xmlRelaxNGNormExtSpace()
6921 while (IS_BLANK_CH(*cur)) in xmlRelaxNGNormExtSpace()
8402 if (!IS_BLANK_CH(*data)) in xmlRelaxNGValidatePushCData()
8583 while (IS_BLANK_CH(*str)) in xmlRelaxNGNormalize()
8586 if (IS_BLANK_CH(*str)) { in xmlRelaxNGNormalize()
8587 while (IS_BLANK_CH(*str)) in xmlRelaxNGNormalize()
[all …]
Dtree.c384 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateNCName()
396 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateNCName()
457 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateQName()
483 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateQName()
555 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateName()
567 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateName()
624 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateNMToken()
638 while (IS_BLANK_CH(*cur)) cur++; in xmlValidateNMToken()
6960 if (!IS_BLANK_CH(*cur)) return(0); in xmlIsBlankNode()
Dxmlschemas.c5048 if (!(IS_BLANK_CH(*str))) in xmlSchemaIsBlank()
5053 if (!(IS_BLANK_CH(*str))) in xmlSchemaIsBlank()
6080 while (IS_BLANK_CH(*cur)) in xmlGetMaxOccurs()
6094 while (IS_BLANK_CH(*cur)) in xmlGetMaxOccurs()
6132 while (IS_BLANK_CH(*cur)) in xmlGetMinOccurs()
6146 while (IS_BLANK_CH(*cur)) in xmlGetMinOccurs()
6811 while (IS_BLANK_CH(*cur)) in xmlSchemaParseWildcardNs()
6814 while ((*end != 0) && (!(IS_BLANK_CH(*end)))) in xmlSchemaParseWildcardNs()
7982 while (IS_BLANK_CH(*cur)) in xmlSchemaPValAttrBlockFinal()
7985 while ((*end != 0) && (!(IS_BLANK_CH(*end)))) in xmlSchemaPValAttrBlockFinal()
[all …]
DHTMLtree.c713 while (IS_BLANK_CH(*tmp)) tmp++; in htmlAttrDumpOutput()
Dxpath.c3058 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
8613 while (IS_BLANK_CH(*cur)) cur++; in xmlXPathGetElementsByIds()
8615 while ((!IS_BLANK_CH(*cur)) && (*cur != 0)) in xmlXPathGetElementsByIds()
8641 while (IS_BLANK_CH(*cur)) cur++; in xmlXPathGetElementsByIds()
9356 while (IS_BLANK_CH(*source)) in xmlXPathNormalizeFunction()
9362 if (IS_BLANK_CH(*source)) { in xmlXPathNormalizeFunction()
10056 while (IS_BLANK_CH(*cur)) cur++; in xmlXPathStringEvalNumber()
10126 while (IS_BLANK_CH(*cur)) cur++; in xmlXPathStringEvalNumber()
10654 } else if (IS_BLANK_CH(NXT(len))) { in xmlXPathCompPathExpr()
11122 blanks = IS_BLANK_CH(CUR); in xmlXPathCompNodeTest()
DdebugXML.c437 else if (IS_BLANK_CH(str[i])) in xmlCtxtDumpString()
1361 else if (IS_BLANK_CH(str[i])) in xmlDebugDumpString()
DSAX2.c1891 } else if (IS_BLANK_CH(*str) && (len < 60) && (cur == '<') && in xmlSAX2TextNode()
1896 if (!IS_BLANK_CH(str[i])) goto skip; in xmlSAX2TextNode()
Dxpointer.c877 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
DChangeLog8952 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
/external/libxml2/include/libxml/
DparserInternals.h143 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) macro