Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1107 … if (nextCEI.lowIndex_ == nextCEI.highIndex_ && nextCEI.ce_ != CollationPCE.PROCESSED_NULLORDER) { in search()
1129 } else if ( nextCEI.lowIndex_ == nextCEI.highIndex_ ) { in search()
1154 int secondIx = firstCEI.highIndex_; in search()
1169 if (minLimit == lastCEI.highIndex_ && isBreakBoundary(minLimit)) { in search()
1173 if (nba >= lastCEI.highIndex_) { in search()
1336 if (mStart == firstCEI.highIndex_) { in searchBackwards()
1353 … if (nextCEI.lowIndex_ == nextCEI.highIndex_ && nextCEI.ce_ != CollationPCE.PROCESSED_NULLORDER) { in searchBackwards()
1364 if (nba >= lastCEI.highIndex_) { in searchBackwards()
1840 int highIndex_; field in StringSearch.CEI
1932 buf_[i].highIndex_ = range.ixHigh_; in get()
[all …]