Home
last modified time | relevance | path

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

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