Lines Matching refs:matchedIndex
298 result->setMatchStart(m_strsrch_->search->matchedIndex); in safeClone()
313 m_search_->matchedIndex = in handleNext()
314 m_search_->matchedIndex == USEARCH_DONE ? in handleNext()
315 getOffset() : m_search_->matchedIndex + 1; in handleNext()
317 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, in handleNext()
319 if (m_search_->matchedIndex == m_search_->textLength) { in handleNext()
320 m_search_->matchedIndex = USEARCH_DONE; in handleNext()
341 m_search_->matchedIndex = position - 1; in handleNext()
361 m_search_->matchedIndex == USEARCH_DONE || in handleNext()
362 (m_breakiterator_->isBoundary(m_search_->matchedIndex) && in handleNext()
363 m_breakiterator_->isBoundary(m_search_->matchedIndex + in handleNext()
367 if (m_search_->matchedIndex == USEARCH_DONE) { in handleNext()
373 m_search_->matchedIndex, &status); in handleNext()
375 return m_search_->matchedIndex; in handleNext()
393 if (m_search_->matchedIndex == USEARCH_DONE) { in handleNext()
396 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, &status); in handleNext()
399 return m_search_->matchedIndex; in handleNext()
411 m_search_->matchedIndex = in handlePrev()
412 (m_search_->matchedIndex == USEARCH_DONE ? getOffset() : in handlePrev()
413 m_search_->matchedIndex); in handlePrev()
414 if (m_search_->matchedIndex == 0) { in handlePrev()
418 m_search_->matchedIndex --; in handlePrev()
419 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, in handlePrev()
449 m_search_->matchedIndex == USEARCH_DONE || in handlePrev()
450 (m_breakiterator_->isBoundary(m_search_->matchedIndex) && in handlePrev()
451 m_breakiterator_->isBoundary(m_search_->matchedIndex + in handlePrev()
455 return m_search_->matchedIndex; in handlePrev()
472 return m_search_->matchedIndex; in handlePrev()
476 return m_search_->matchedIndex; in handlePrev()