Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dusearch.cpp4445 int32_t lastce = UCOL_NULLORDER; in usearch_handleNextExact() local
4464 if (lastce == UCOL_NULLORDER || lastce == UCOL_IGNORABLE) { in usearch_handleNextExact()
4465 lastce = targetce; in usearch_handleNextExact()
4482 lastce = targetce; in usearch_handleNextExact()
4498 targetce = lastce; in usearch_handleNextExact()
4504 textoffset = shiftForward(strsrch, textoffset, lastce, in usearch_handleNextExact()
4561 int32_t lastce = UCOL_NULLORDER; in usearch_handleNextCanonical() local
4575 if (lastce == UCOL_NULLORDER || lastce == UCOL_IGNORABLE) { in usearch_handleNextCanonical()
4576 lastce = targetce; in usearch_handleNextCanonical()
4620 textoffset = shiftForward(strsrch, textoffset, lastce, in usearch_handleNextCanonical()