Searched refs:matchedindex (Results 1 – 4 of 4) sorted by relevance
95 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText() local97 if (matchedindex != USEARCH_DONE && matchedlength != 0) { in getMatchedText()98 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
3306 int32_t matchedindex = search->matchedIndex; in usearch_previous() local3314 if (matchedindex != USEARCH_DONE) { in usearch_previous()3315 return matchedindex; in usearch_previous()3320 if (offset == 0 || matchedindex == 0 || in usearch_previous()3323 (matchedindex != USEARCH_DONE && in usearch_previous()3324 matchedindex < strsrch->pattern.defaultShiftSize)))) { in usearch_previous()3332 if (offset == 0 || matchedindex == 0) { in usearch_previous()3342 (matchedindex == USEARCH_DONE ? offset : matchedindex); in usearch_previous()
112 int32_t matchedindex = m_search_->matchedIndex; in getMatchedText() local114 if (matchedindex != USEARCH_DONE && matchedlength != 0) { in getMatchedText()115 result.setTo(m_search_->text + matchedindex, matchedlength); in getMatchedText()
3302 int32_t matchedindex = search->matchedIndex; in usearch_previous() local3310 if (matchedindex != USEARCH_DONE) { in usearch_previous()3311 return matchedindex; in usearch_previous()3316 if (offset == 0 || matchedindex == 0 || in usearch_previous()3319 (matchedindex != USEARCH_DONE && in usearch_previous()3320 matchedindex < strsrch->pattern.defaultShiftSize)))) { in usearch_previous()3328 if (offset == 0 || matchedindex == 0) { in usearch_previous()3338 (matchedindex == USEARCH_DONE ? offset : matchedindex); in usearch_previous()