Searched refs:lastmatchindex (Results 1 – 1 of 1) sorted by relevance
1107 int32_t lastmatchindex = strsrch->search->matchedIndex; in checkRepeatedMatch() local1109 if (lastmatchindex == USEARCH_DONE) { in checkRepeatedMatch()1113 result = start <= lastmatchindex; in checkRepeatedMatch()1116 result = start >= lastmatchindex; in checkRepeatedMatch()1120 result = start < lastmatchindex + strsrch->search->matchedLength; in checkRepeatedMatch()1123 result = end > lastmatchindex; in checkRepeatedMatch()