Home
last modified time | relevance | path

Searched refs:matchedIndex (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dstsearch.cpp321 result->setMatchStart(m_strsrch_->search->matchedIndex); in safeClone()
336 m_search_->matchedIndex = in handleNext()
337 m_search_->matchedIndex == USEARCH_DONE ? in handleNext()
338 getOffset() : m_search_->matchedIndex + 1; in handleNext()
340 ucol_setOffset(m_strsrch_->textIter, m_search_->matchedIndex, in handleNext()
342 if (m_search_->matchedIndex == m_search_->textLength) { in handleNext()
343 m_search_->matchedIndex = USEARCH_DONE; in handleNext()
362 m_search_->matchedIndex = position - 1; in handleNext()
380 m_search_->matchedIndex == USEARCH_DONE || in handleNext()
381 (m_breakiterator_->isBoundary(m_search_->matchedIndex) && in handleNext()
[all …]
Dsearch.cpp32 m_search_->matchedIndex = other.m_search_->matchedIndex; in SearchIterator()
85 return m_search_->matchedIndex; in getMatchedStart()
95 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText()
158 m_search_->matchedIndex == that.m_search_->matchedIndex && in operator ==()
210 int32_t matchindex = m_search_->matchedIndex; in next()
230 if (m_search_->matchedIndex != USEARCH_DONE) { in next()
265 int32_t matchindex = m_search_->matchedIndex; in previous()
314 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
332 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
348 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
[all …]
Dusearch.cpp637 strsrch->search->matchedIndex = USEARCH_DONE; in setMatchNotFound()
998 int32_t lastmatchindex = strsrch->search->matchedIndex; in checkRepeatedMatch()
1169 strsrch->search->matchedIndex = start; in checkNextExactMatch()
1812 strsrch->search->matchedIndex = getPreviousUStringSearchBaseOffset( in checkNextCanonicalMatch()
1816 strsrch->search->matchedIndex; in checkNextCanonicalMatch()
1837 strsrch->search->matchedIndex = start; in checkNextCanonicalMatch()
2016 strsrch->search->matchedIndex = *textoffset; in checkPreviousExactMatch()
2450 strsrch->search->matchedIndex = *textoffset; in checkPreviousCanonicalMatch()
2476 strsrch->search->matchedIndex = *textoffset; in checkPreviousCanonicalMatch()
2613 result->search->matchedIndex = USEARCH_DONE; in usearch_openFromCollator()
[all …]
Dusrchimp.h35 int32_t matchedIndex; member