Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h112 int32_t remainingMatchLength; variable
125 state.remainingMatchLength=remainingMatchLength_; in saveState()
142 remainingMatchLength_=state.remainingMatchLength; in resetToState()
Ducharstrie.h112 int32_t remainingMatchLength; variable
125 state.remainingMatchLength=remainingMatchLength_; in saveState()
142 remainingMatchLength_=state.remainingMatchLength; in resetToState()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java85 private int remainingMatchLength; field in BytesTrie.State
99 state.remainingMatchLength=remainingMatchLength_; in saveState()
116 remainingMatchLength_=state.remainingMatchLength; in resetToState()
523 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
526 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
DCharsTrie.java88 private int remainingMatchLength; field in CharsTrie.State
102 state.remainingMatchLength=remainingMatchLength_; in saveState()
119 remainingMatchLength_=state.remainingMatchLength; in resetToState()
439 …private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength… in Iterator() argument
442 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()