Searched refs:IS_BLANK_CH (Results 1 – 14 of 14) sorted by relevance
61 #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 …]
723 while (IS_BLANK_CH(CUR)) NEXT945 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()
2150 #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()
2151 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 …]
3916 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()
3453 if (!(IS_BLANK_CH(*str))) in xmlRelaxNGIsBlank()6873 while (IS_BLANK_CH(*cur)) in xmlRelaxNGNormExtSpace()6877 while ((*cur != 0) && (!IS_BLANK_CH(*cur))) in xmlRelaxNGNormExtSpace()6882 while (IS_BLANK_CH(*cur)) in xmlRelaxNGNormExtSpace()6891 while ((*cur != 0) && (!IS_BLANK_CH(*cur))) in xmlRelaxNGNormExtSpace()6898 while (IS_BLANK_CH(*cur)) in xmlRelaxNGNormExtSpace()8379 if (!IS_BLANK_CH(*data)) in xmlRelaxNGValidatePushCData()8560 while (IS_BLANK_CH(*str)) in xmlRelaxNGNormalize()8563 if (IS_BLANK_CH(*str)) { in xmlRelaxNGNormalize()8564 while (IS_BLANK_CH(*str)) in xmlRelaxNGNormalize()[all …]
384 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()
5048 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 …]
3060 while (IS_BLANK_CH(*(ctxt->cur))) NEXT8616 while (IS_BLANK_CH(*cur)) cur++; in xmlXPathGetElementsByIds()8618 while ((!IS_BLANK_CH(*cur)) && (*cur != 0)) in xmlXPathGetElementsByIds()8644 while (IS_BLANK_CH(*cur)) cur++; in xmlXPathGetElementsByIds()9359 while (IS_BLANK_CH(*source)) in xmlXPathNormalizeFunction()9365 if (IS_BLANK_CH(*source)) { in xmlXPathNormalizeFunction()10059 while (IS_BLANK_CH(*cur)) cur++; in xmlXPathStringEvalNumber()10129 while (IS_BLANK_CH(*cur)) cur++; in xmlXPathStringEvalNumber()10657 } else if (IS_BLANK_CH(NXT(len))) { in xmlXPathCompPathExpr()11126 blanks = IS_BLANK_CH(CUR); in xmlXPathCompNodeTest()
437 else if (IS_BLANK_CH(str[i])) in xmlCtxtDumpString()1361 else if (IS_BLANK_CH(str[i])) in xmlDebugDumpString()
1887 } else if (IS_BLANK_CH(*str) && (len < 60) && (cur == '<') && in xmlSAX2TextNode()1892 if (!IS_BLANK_CH(str[i])) goto skip; in xmlSAX2TextNode()
877 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
8952 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
143 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) macro