Lines Matching refs:end_
105 end_ = pos_ + fileSize_; in XmlReader()
238 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("--"), in skipComment()
246 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("--")); in skipComment()
269 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("?>")); in skipProcessingInstruction()
296 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration()
325 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration()
379 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("[CDATA["), in scanCdataSection()
388 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("]]>")); in scanCdataSection()
717 sal_Int32 i = rtl_str_indexOfChar_WithLength(pos_, end_ - pos_, del); in handleStartTag()
819 sal_Int32 i = rtl_str_indexOfChar_WithLength(pos_, end_ - pos_, '<'); in handleSkippedText()
868 pos_ = handleReference(pos_, end_); in handleRawText()
967 pos_ = handleReference(pos_, end_); in handleNormalizedText()