Lines Matching refs:end_
104 end_ = pos_ + fileSize_; in XmlReader()
237 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("--"), in skipComment()
245 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("--")); in skipComment()
268 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("?>")); in skipProcessingInstruction()
295 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration()
324 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration()
378 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("[CDATA["), in scanCdataSection()
387 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("]]>")); in scanCdataSection()
716 sal_Int32 i = rtl_str_indexOfChar_WithLength(pos_, end_ - pos_, del); in handleStartTag()
818 sal_Int32 i = rtl_str_indexOfChar_WithLength(pos_, end_ - pos_, '<'); in handleSkippedText()
867 pos_ = handleReference(pos_, end_); in handleRawText()
966 pos_ = handleReference(pos_, end_); in handleNormalizedText()