Lines Matching refs:matchedIndex

296     result->setMatchStart(m_strsrch_->search->matchedIndex);  in safeClone()
311 m_search_->matchedIndex = in handleNext()
312 m_search_->matchedIndex == USEARCH_DONE ? in handleNext()
313 getOffset() : m_search_->matchedIndex + 1; in handleNext()
315 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, in handleNext()
317 if (m_search_->matchedIndex == m_search_->textLength) { in handleNext()
318 m_search_->matchedIndex = USEARCH_DONE; in handleNext()
339 m_search_->matchedIndex = position - 1; in handleNext()
359 m_search_->matchedIndex == USEARCH_DONE || in handleNext()
360 (m_breakiterator_->isBoundary(m_search_->matchedIndex) && in handleNext()
361 m_breakiterator_->isBoundary(m_search_->matchedIndex + in handleNext()
365 if (m_search_->matchedIndex == USEARCH_DONE) { in handleNext()
371 m_search_->matchedIndex, &status); in handleNext()
373 return m_search_->matchedIndex; in handleNext()
391 if (m_search_->matchedIndex == USEARCH_DONE) { in handleNext()
394 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, &status); in handleNext()
397 return m_search_->matchedIndex; in handleNext()
409 m_search_->matchedIndex = in handlePrev()
410 (m_search_->matchedIndex == USEARCH_DONE ? getOffset() : in handlePrev()
411 m_search_->matchedIndex); in handlePrev()
412 if (m_search_->matchedIndex == 0) { in handlePrev()
416 m_search_->matchedIndex --; in handlePrev()
417 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, in handlePrev()
447 m_search_->matchedIndex == USEARCH_DONE || in handlePrev()
448 (m_breakiterator_->isBoundary(m_search_->matchedIndex) && in handlePrev()
449 m_breakiterator_->isBoundary(m_search_->matchedIndex + in handlePrev()
453 return m_search_->matchedIndex; in handlePrev()
470 return m_search_->matchedIndex; in handlePrev()
474 return m_search_->matchedIndex; in handlePrev()