HomeSort by relevance Sort by last modified time
    Searched defs:matchedIndex_ (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 124 int matchedIndex_;
195 search_.matchedIndex_ = DONE;
256 search_.matchedIndex_ = DONE;
293 return search_.matchedIndex_;
368 int limit = search_.matchedIndex_ + search_.matchedLength();
371 it.setIndex(search_.matchedIndex_);
376 it.setIndex(search_.matchedIndex_);
400 int matchindex = search_.matchedIndex_;
418 if (search_.matchedIndex_ != DONE) {
461 int matchindex = search_.matchedIndex_;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 52 milliseconds