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

/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp29 remainingMatchLength_(-1), initialRemainingMatchLength_(-1),
51 initialRemainingMatchLength_(trie.remainingMatchLength_),
86 remainingMatchLength_=initialRemainingMatchLength_;
H A Ducharstrieiterator.cpp28 remainingMatchLength_(-1), initialRemainingMatchLength_(-1),
50 initialRemainingMatchLength_(trie.remainingMatchLength_),
84 remainingMatchLength_=initialRemainingMatchLength_;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java498 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
520 remainingMatchLength_=initialRemainingMatchLength_;
659 private int initialRemainingMatchLength_; field in class:BytesTrie.Iterator
H A DCharsTrie.java423 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
444 remainingMatchLength_=initialRemainingMatchLength_;
604 private int initialRemainingMatchLength_; field in class:CharsTrie.Iterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java529 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
552 remainingMatchLength_=initialRemainingMatchLength_;
694 private int initialRemainingMatchLength_; field in class:BytesTrie.Iterator
H A DCharsTrie.java445 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
467 remainingMatchLength_=initialRemainingMatchLength_;
630 private int initialRemainingMatchLength_; field in class:CharsTrie.Iterator
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h327 int32_t initialRemainingMatchLength_; member in class:BytesTrie::Iterator
H A Ducharstrie.h345 int32_t initialRemainingMatchLength_; member in class:UCharsTrie::Iterator

Completed in 159 milliseconds