Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1095 CEI lastCEI = ceb.get(targetIx + targetIxOffset -1); in search() local
1098 minLimit = lastCEI.lowIndex_; in search()
1178 maxLimit >= lastCEI.highIndex_ && nextCEI.highIndex_ > maxLimit && in search()
1200 if (minLimit == lastCEI.highIndex_ && isBreakBoundary(minLimit)) { in search()
1207 if (nba >= lastCEI.highIndex_ && (!allowMidclusterMatch || nba < maxLimit)) { in search()
1341 CEI lastCEI = ceb.getPrevious(targetIx); in searchBackwards() local
1342 if (lastCEI == null) { in searchBackwards()
1405 minLimit = lastCEI.lowIndex_; in searchBackwards()
1438 maxLimit >= lastCEI.highIndex_ && nextCEI.highIndex_ > maxLimit && in searchBackwards()
1457 if (nba >= lastCEI.highIndex_ && (!allowMidclusterMatch || nba < maxLimit)) { in searchBackwards()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java1079 CEI lastCEI = ceb.get(targetIx + targetIxOffset -1); in search() local
1082 minLimit = lastCEI.lowIndex_; in search()
1162 maxLimit >= lastCEI.highIndex_ && nextCEI.highIndex_ > maxLimit && in search()
1184 if (minLimit == lastCEI.highIndex_ && isBreakBoundary(minLimit)) { in search()
1191 if (nba >= lastCEI.highIndex_ && (!allowMidclusterMatch || nba < maxLimit)) { in search()
1325 CEI lastCEI = ceb.getPrevious(targetIx); in searchBackwards() local
1326 if (lastCEI == null) { in searchBackwards()
1389 minLimit = lastCEI.lowIndex_; in searchBackwards()
1422 maxLimit >= lastCEI.highIndex_ && nextCEI.highIndex_ > maxLimit && in searchBackwards()
1441 if (nba >= lastCEI.highIndex_ && (!allowMidclusterMatch || nba < maxLimit)) { in searchBackwards()
/external/icu/icu4c/source/i18n/
Dusearch.cpp3959 const CEI *lastCEI = ceb.get(targetIx + targetIxOffset - 1); in usearch_search() local
3962 minLimit = lastCEI->lowIndex; in usearch_search()
4045 maxLimit >= lastCEI->highIndex && nextCEI->highIndex > maxLimit && in usearch_search()
4067 if (minLimit == lastCEI->highIndex && isBreakBoundary(strsrch, minLimit)) { in usearch_search()
4074 if (nba >= lastCEI->highIndex && (!allowMidclusterMatch || nba < maxLimit)) { in usearch_search()
4225 const CEI *lastCEI = ceb.getPrevious(targetIx); in usearch_searchBackwards() local
4226 if (lastCEI == NULL) { in usearch_searchBackwards()
4293 minLimit = lastCEI->lowIndex; in usearch_searchBackwards()
4328 maxLimit >= lastCEI->highIndex && nextCEI->highIndex > maxLimit && in usearch_searchBackwards()
4347 if (nba >= lastCEI->highIndex && (!allowMidclusterMatch || nba < maxLimit)) { in usearch_searchBackwards()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...