Lines Matching refs:textEnd
5828 const char *textStart, *textEnd; in processInternalEntity() local
5855 textEnd = (const char *)(entity->textPtr + entity->textLen); in processInternalEntity()
5861 = XmlPrologTok(parser->m_internalEncoding, textStart, textEnd, &next); in processInternalEntity()
5862 result = doProlog(parser, parser->m_internalEncoding, textStart, textEnd, in processInternalEntity()
5867 textStart, textEnd, &next, XML_FALSE, in processInternalEntity()
5872 if (textEnd != next && parser->m_parsingStatus.parsing == XML_SUSPENDED) { in processInternalEntity()
5893 const char *textStart, *textEnd; in internalEntityProcessor() local
5902 textEnd = (const char *)(entity->textPtr + entity->textLen); in internalEntityProcessor()
5908 = XmlPrologTok(parser->m_internalEncoding, textStart, textEnd, &next); in internalEntityProcessor()
5909 result = doProlog(parser, parser->m_internalEncoding, textStart, textEnd, in internalEntityProcessor()
5914 parser->m_internalEncoding, textStart, textEnd, &next, in internalEntityProcessor()
5921 if (textEnd != next && parser->m_parsingStatus.parsing == XML_SUSPENDED) { in internalEntityProcessor()
6150 const XML_Char *textEnd = entity->textPtr + entity->textLen; in appendAttributeValue() local
6157 (const char *)textEnd, pool, in appendAttributeValue()