Searched refs:initialRemainingMatchLength_ (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp27 remainingMatchLength_(-1), initialRemainingMatchLength_(-1),
49 initialRemainingMatchLength_(trie.remainingMatchLength_),
84 remainingMatchLength_=initialRemainingMatchLength_;
H A Ducharstrieiterator.cpp26 remainingMatchLength_(-1), initialRemainingMatchLength_(-1),
48 initialRemainingMatchLength_(trie.remainingMatchLength_),
82 remainingMatchLength_=initialRemainingMatchLength_;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java495 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
517 remainingMatchLength_=initialRemainingMatchLength_;
653 private int initialRemainingMatchLength_; field in class:BytesTrie.Iterator
H A DCharsTrie.java420 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
441 remainingMatchLength_=initialRemainingMatchLength_;
598 private int initialRemainingMatchLength_; field in class:CharsTrie.Iterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java526 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
549 remainingMatchLength_=initialRemainingMatchLength_;
688 private int initialRemainingMatchLength_; field in class:BytesTrie.Iterator
H A DCharsTrie.java442 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
464 remainingMatchLength_=initialRemainingMatchLength_;
624 private int initialRemainingMatchLength_; field in class:CharsTrie.Iterator
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h325 int32_t initialRemainingMatchLength_; member in class:BytesTrie::Iterator
H A Ducharstrie.h343 int32_t initialRemainingMatchLength_; member in class:UCharsTrie::Iterator

Completed in 209 milliseconds