Home
last modified time | relevance | path

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

/external/icu4c/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/icu4c/common/unicode/
Dbytestrie.h325 int32_t initialRemainingMatchLength_; variable
Ducharstrie.h343 int32_t initialRemainingMatchLength_; variable