Searched refs:matchedIndex (Results 1 – 7 of 7) sorted by relevance
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()[all …]
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()[all …]
771 strsrch->search->matchedIndex = USEARCH_DONE; in setMatchNotFound()1107 int32_t lastmatchindex = strsrch->search->matchedIndex; in checkRepeatedMatch()1278 strsrch->search->matchedIndex = start; in checkNextExactMatch()1921 strsrch->search->matchedIndex = getPreviousUStringSearchBaseOffset( in checkNextCanonicalMatch()1925 strsrch->search->matchedIndex; in checkNextCanonicalMatch()1946 strsrch->search->matchedIndex = start; in checkNextCanonicalMatch()2125 strsrch->search->matchedIndex = *textoffset; in checkPreviousExactMatch()2559 strsrch->search->matchedIndex = *textoffset; in checkPreviousCanonicalMatch()2585 strsrch->search->matchedIndex = *textoffset; in checkPreviousCanonicalMatch()2726 result->search->matchedIndex = USEARCH_DONE; in usearch_openFromCollator()[all …]
521 int matchedIndex = -1; in parseType() local552 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()553 matchedIndex = currMatchIndex; in parseType()558 if (matchedIndex >= 0) { in parseType()559 pos.setBeginIndex(matchedIndex); in parseType()560 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
145 int32_t matchedIndex; member
720 int matchedIndex = -1; in parseType() local751 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.lengt… in parseType()752 matchedIndex = currMatchIndex; in parseType()758 pos.setBeginIndex(matchedIndex); in parseType()759 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
739 int matchedIndex = -1; in parseType() local770 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.lengt… in parseType()771 matchedIndex = currMatchIndex; in parseType()777 pos.setBeginIndex(matchedIndex); in parseType()778 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()