Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dbmsearch.cpp758 const CEI nextCEI = *target->nextCE(0); in search() local
760 if (nextCEI.lowOffset > maxLimit) { in search()
761 maxLimit = nextCEI.lowOffset; in search()
764 … if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER) { in search()
Dusearch.cpp3918 const CEI *nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search() local
3919 maxLimit = nextCEI->lowIndex; in usearch_search()
3920 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()
3924 const CEI *nextCEI; in usearch_search() local
3926 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()
3927 maxLimit = nextCEI->lowIndex; in usearch_search()
3929 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) { in usearch_search()
3935 if ( (((nextCEI->ce) >> 32) & 0xFFFF0000UL) == 0 ) { in usearch_search()
3936 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search()
3943 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()
[all …]
/external/icu/icu4c/source/i18n/
Dusearch.cpp3946 const CEI *nextCEI = 0; in usearch_search() local
3948 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()
3949 maxLimit = nextCEI->lowIndex; in usearch_search()
3950 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()
3955 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()
3956 maxLimit = nextCEI->lowIndex; in usearch_search()
3958 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) { in usearch_search()
3964 if ( (((nextCEI->ce) >> 32) & 0xFFFF0000UL) == 0 ) { in usearch_search()
3965 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search()
3972 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()
[all …]