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

/external/icu/icu4c/source/i18n/
H A Dusearch.cpp1105 int32_t lastmatchindex = strsrch->search->matchedIndex; local
1107 if (lastmatchindex == USEARCH_DONE) {
1111 result = start <= lastmatchindex;
1114 result = start >= lastmatchindex;
1118 result = start < lastmatchindex + strsrch->search->matchedLength;
1121 result = end > lastmatchindex;

Completed in 165 milliseconds