Searched refs:matchedLength (Results 1 – 8 of 8) sorted by relevance
36 m_search_->matchedLength = other.m_search_->matchedLength; in SearchIterator()109 return m_search_->matchedLength; in getMatchedLength()115 int32_t matchedlength = m_search_->matchedLength; in getMatchedText()191 m_search_->matchedLength == that.m_search_->matchedLength && in operator ==()243 int32_t matchlength = m_search_->matchedLength; in next()319 matchindex += m_search_->matchedLength - 2; in previous()355 m_search_->matchedLength = 0; in SearchIterator()374 m_search_->matchedLength = 0; in SearchIterator()391 m_search_->matchedLength = 0; in SearchIterator()410 m_search_->matchedLength = that.m_search_->matchedLength; in operator =()[all …]
299 result->setMatchLength(m_strsrch_->search->matchedLength); in safeClone()316 m_search_->matchedLength = 0; in handleNext()334 if (m_search_->matchedLength <= 0) { in handleNext()364 m_search_->matchedLength)) in handleNext()421 m_search_->matchedLength = 0; in handlePrev()452 m_search_->matchedLength)) in handlePrev()
772 strsrch->search->matchedLength = 0; in setMatchNotFound()1120 result = start < lastmatchindex + strsrch->search->matchedLength; in checkRepeatedMatch()1279 strsrch->search->matchedLength = *textoffset - start; in checkNextExactMatch()1924 strsrch->search->matchedLength = *textoffset - in checkNextCanonicalMatch()1947 strsrch->search->matchedLength = *textoffset - start; in checkNextCanonicalMatch()2126 strsrch->search->matchedLength = end - *textoffset; in checkPreviousExactMatch()2560 strsrch->search->matchedLength = in checkPreviousCanonicalMatch()2586 strsrch->search->matchedLength = end - *textoffset; in checkPreviousCanonicalMatch()2725 result->search->matchedLength = 0; in usearch_openFromCollator()2818 strsrch->search->matchedLength = 0; in usearch_setOffset()[all …]
146 int32_t matchedLength; member
128 int matchedLength() { in matchedLength() method in SearchIterator.Search132 void setMatchedLength(int matchedLength) { in setMatchedLength() argument133 SearchIterator.this.matchLength = matchedLength; in setMatchedLength()325 return search_.matchedLength(); in getMatchLength()369 if (search_.matchedLength() > 0) { in getMatchedText()370 int limit = search_.matchedIndex_ + search_.matchedLength(); in getMatchedText()371 StringBuilder result = new StringBuilder(search_.matchedLength()); in getMatchedText()403 int matchlength = search_.matchedLength(); in next()485 matchindex += search_.matchedLength() - 2; in previous()
496 if (search_.matchedLength() <= 0) { in handleNext()1554 textOffset = search_.matchedIndex_ + search_.matchedLength() - 1; in handlePreviousCommonImpl()
125 int matchedLength() { in matchedLength() method in SearchIterator.Search129 void setMatchedLength(int matchedLength) { in setMatchedLength() argument130 SearchIterator.this.matchLength = matchedLength; in setMatchedLength()314 return search_.matchedLength(); in getMatchLength()355 if (search_.matchedLength() > 0) { in getMatchedText()356 int limit = search_.matchedIndex_ + search_.matchedLength(); in getMatchedText()357 StringBuilder result = new StringBuilder(search_.matchedLength()); in getMatchedText()388 int matchlength = search_.matchedLength(); in next()469 matchindex += search_.matchedLength() - 2; in previous()
480 if (search_.matchedLength() <= 0) { in handleNext()1538 textOffset = search_.matchedIndex_ + search_.matchedLength() - 1; in handlePreviousCommonImpl()