Lines Matching refs:matchedIndex
35 m_search_->matchedIndex = other.m_search_->matchedIndex; in SearchIterator()
104 return m_search_->matchedIndex; in getMatchedStart()
114 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText()
190 m_search_->matchedIndex == that.m_search_->matchedIndex && in operator ==()
242 int32_t matchindex = m_search_->matchedIndex; in next()
262 if (m_search_->matchedIndex != USEARCH_DONE) { in next()
297 int32_t matchindex = m_search_->matchedIndex; in previous()
354 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
373 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
390 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
409 m_search_->matchedIndex = that.m_search_->matchedIndex; in operator =()
424 m_search_->matchedIndex = position; in setMatchStart()