Lines Matching refs:matchedIndex
33 m_search_->matchedIndex = other.m_search_->matchedIndex; in SearchIterator()
102 return m_search_->matchedIndex; in getMatchedStart()
112 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText()
188 m_search_->matchedIndex == that.m_search_->matchedIndex && in operator ==()
240 int32_t matchindex = m_search_->matchedIndex; in next()
260 if (m_search_->matchedIndex != USEARCH_DONE) { in next()
295 int32_t matchindex = m_search_->matchedIndex; in previous()
352 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
371 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
388 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
407 m_search_->matchedIndex = that.m_search_->matchedIndex; in operator =()
422 m_search_->matchedIndex = position; in setMatchStart()