Home
last modified time | relevance | path

Searched refs:lastmatchindex (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dusearch.cpp1107 int32_t lastmatchindex = strsrch->search->matchedIndex; in checkRepeatedMatch() local
1109 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()