Searched refs:matchedLength (Results 1 – 9 of 9) sorted by relevance
34 m_search_->matchedLength = other.m_search_->matchedLength; in SearchIterator()107 return m_search_->matchedLength; in getMatchedLength()113 int32_t matchedlength = m_search_->matchedLength; in getMatchedText()189 m_search_->matchedLength == that.m_search_->matchedLength && in operator ==()241 int32_t matchlength = m_search_->matchedLength; in next()317 matchindex += m_search_->matchedLength - 2; in previous()353 m_search_->matchedLength = 0; in SearchIterator()372 m_search_->matchedLength = 0; in SearchIterator()389 m_search_->matchedLength = 0; in SearchIterator()408 m_search_->matchedLength = that.m_search_->matchedLength; in operator =()[all …]
325 result->setMatchLength(m_strsrch_->search->matchedLength); in safeClone()342 m_search_->matchedLength = 0; in handleNext()360 if (m_search_->matchedLength <= 0) { in handleNext()390 m_search_->matchedLength)) in handleNext()447 m_search_->matchedLength = 0; in handlePrev()478 m_search_->matchedLength)) in handlePrev()
781 strsrch->search->matchedLength = 0; in setMatchNotFound()1129 result = start < lastmatchindex + strsrch->search->matchedLength; in checkRepeatedMatch()1288 strsrch->search->matchedLength = *textoffset - start; in checkNextExactMatch()1933 strsrch->search->matchedLength = *textoffset - in checkNextCanonicalMatch()1956 strsrch->search->matchedLength = *textoffset - start; in checkNextCanonicalMatch()2135 strsrch->search->matchedLength = end - *textoffset; in checkPreviousExactMatch()2569 strsrch->search->matchedLength = in checkPreviousCanonicalMatch()2595 strsrch->search->matchedLength = end - *textoffset; in checkPreviousCanonicalMatch()2734 result->search->matchedLength = 0; in usearch_openFromCollator()2807 strsrch->search->matchedLength = 0; in usearch_setOffset()[all …]
38 int32_t matchedLength; member
297 result->setMatchLength(m_strsrch_->search->matchedLength); in safeClone()314 m_search_->matchedLength = 0; in handleNext()332 if (m_search_->matchedLength <= 0) { in handleNext()362 m_search_->matchedLength)) in handleNext()419 m_search_->matchedLength = 0; in handlePrev()450 m_search_->matchedLength)) in handlePrev()
768 strsrch->search->matchedLength = 0; in setMatchNotFound()1116 result = start < lastmatchindex + strsrch->search->matchedLength; in checkRepeatedMatch()1275 strsrch->search->matchedLength = *textoffset - start; in checkNextExactMatch()1920 strsrch->search->matchedLength = *textoffset - in checkNextCanonicalMatch()1943 strsrch->search->matchedLength = *textoffset - start; in checkNextCanonicalMatch()2122 strsrch->search->matchedLength = end - *textoffset; in checkPreviousExactMatch()2556 strsrch->search->matchedLength = in checkPreviousCanonicalMatch()2582 strsrch->search->matchedLength = end - *textoffset; in checkPreviousCanonicalMatch()2721 result->search->matchedLength = 0; in usearch_openFromCollator()2814 strsrch->search->matchedLength = 0; in usearch_setOffset()[all …]
144 int32_t matchedLength; member
2022 size_t matchedLength = usearch_getMatchedLength(searcher); in search() local2023 ASSERT_WITH_SECURITY_IMPLICATION(matchStart + matchedLength <= size); in search()2026 …m_buffer.data() + matchStart, matchedLength) || ((m_options & AtWordStarts) && !isWordStartMatch(m… in search()2038 return matchedLength; in search()