Home | History | Annotate | Download | only in text

Lines Matching defs:nextProcessed

753         while ((pce = iter.nextProcessed(null)) != CollationPCE.PROCESSED_NULLORDER) {
1546 long pce = textProcessedIter_.nextProcessed(null);
1710 * UCollationPCE::nextProcessed(int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
1716 public long nextProcessed(Range range) {
2009 buf_[i].ce_ = strSearch_.textProcessedIter_.nextProcessed(range);