Home | History | Annotate | Download | only in i18n

Lines Matching full:matchindex

240         int32_t matchindex  = m_search_->matchedIndex;
245 if (offset == textlength || matchindex == textlength ||
246 (matchindex != USEARCH_DONE &&
247 matchindex + matchlength >= textlength)) {
263 return matchindex;
295 int32_t matchindex = m_search_->matchedIndex;
303 if (matchindex != USEARCH_DONE) {
304 return matchindex;
308 if (offset == 0 || matchindex == 0) {
315 if (matchindex != USEARCH_DONE) {
317 matchindex += m_search_->matchedLength - 2;
320 return handlePrev(matchindex, status);