Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp28 remainingMatchLength_(-1), initialRemainingMatchLength_(-1), in Iterator()
50 initialRemainingMatchLength_(trie.remainingMatchLength_), in Iterator()
84 remainingMatchLength_=initialRemainingMatchLength_; in reset()
Dbytestrieiterator.cpp29 remainingMatchLength_(-1), initialRemainingMatchLength_(-1), in Iterator()
51 initialRemainingMatchLength_(trie.remainingMatchLength_), in Iterator()
86 remainingMatchLength_=initialRemainingMatchLength_; in reset()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java502 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
524 remainingMatchLength_=initialRemainingMatchLength_; in reset()
663 private int initialRemainingMatchLength_; local
DCharsTrie.java426 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()
447 remainingMatchLength_=initialRemainingMatchLength_; in reset()
607 private int initialRemainingMatchLength_; field in CharsTrie.Iterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java529 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
552 remainingMatchLength_=initialRemainingMatchLength_; in reset()
694 private int initialRemainingMatchLength_; local
DCharsTrie.java445 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()
467 remainingMatchLength_=initialRemainingMatchLength_; in reset()
630 private int initialRemainingMatchLength_; field in CharsTrie.Iterator
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h327 int32_t initialRemainingMatchLength_; variable
Ducharstrie.h345 int32_t initialRemainingMatchLength_; variable