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

/external/icu4c/i18n/
H A Dbmsearch.cpp795 const CEI firstCEI = *target->prevCE(tIndex - 1); local
797 int32_t mStart = firstCEI.lowOffset;
819 if (firstCEI.lowOffset == firstCEI.highOffset) {
H A Dusearch.cpp3818 const CEI *firstCEI = ceb.get(targetIx); local
3822 mStart = firstCEI->lowIndex;
3854 int32_t secondIx = firstCEI->highIndex;
4038 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1); local
4042 mStart = firstCEI->lowIndex;
4073 if (mStart == firstCEI->highIndex) {

Completed in 69 milliseconds