Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1092 mStart = firstCEI.lowIndex_; in search()
1093 minLimit = lastCEI.lowIndex_; in search()
1106 maxLimit = nextCEI.lowIndex_; in search()
1107 … if (nextCEI.lowIndex_ == nextCEI.highIndex_ && nextCEI.ce_ != CollationPCE.PROCESSED_NULLORDER) { in search()
1113 maxLimit = nextCEI.lowIndex_; in search()
1129 } else if ( nextCEI.lowIndex_ == nextCEI.highIndex_ ) { in search()
1247 if (ceb.getPrevious(targetIx).lowIndex_ < startIdx) { in searchBackwards()
1322 mStart = firstCEI.lowIndex_; in searchBackwards()
1340 minLimit = lastCEI.lowIndex_; in searchBackwards()
1353 … if (nextCEI.lowIndex_ == nextCEI.highIndex_ && nextCEI.ce_ != CollationPCE.PROCESSED_NULLORDER) { in searchBackwards()
[all …]