Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java139 private CollationPCE textProcessedIter_;
761 CollationPCE iter = new CollationPCE(coleiter); in initializePatternPCETable()
766 while ((pce = iter.nextProcessed(null)) != CollationPCE.PROCESSED_NULLORDER) { in initializePatternPCETable()
885 textProcessedIter_ = new CollationPCE(textIter_); in initTextProcessedIter()
1075 … if (!found && ((targetCEI == null) || (targetCEI.ce_ != CollationPCE.PROCESSED_NULLORDER))) { in search()
1107 … if (nextCEI.lowIndex_ == nextCEI.highIndex_ && nextCEI.ce_ != CollationPCE.PROCESSED_NULLORDER) { in search()
1115 if (nextCEI.ce_ == CollationPCE.PROCESSED_NULLORDER) { in search()
1306 … if (!found && ((targetCEI == null) || (targetCEI.ce_ != CollationPCE.PROCESSED_NULLORDER))) { in searchBackwards()
1353 … if (nextCEI.lowIndex_ == nextCEI.highIndex_ && nextCEI.ce_ != CollationPCE.PROCESSED_NULLORDER) { in searchBackwards()
1468 if (pce == CollationPCE.PROCESSED_NULLORDER) { in handlePreviousCommonImpl()
[all …]