Home | History | Annotate | Download | only in i18n

Lines Matching full:lastmatchindex

1116     int32_t lastmatchindex = strsrch->search->matchedIndex;
1118 if (lastmatchindex == USEARCH_DONE) {
1122 result = start <= lastmatchindex;
1125 result = start >= lastmatchindex;
1129 result = start < lastmatchindex + strsrch->search->matchedLength;
1132 result = end > lastmatchindex;