Home
last modified time | relevance | path

Searched refs:remainingMatchLength (Results 1 – 6 of 6) 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/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java81 private int remainingMatchLength; field in BytesTrie.State
94 state.remainingMatchLength=remainingMatchLength_; in saveState()
110 remainingMatchLength_=state.remainingMatchLength; in resetToState()
492 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
495 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
DCharsTrie.java84 private int remainingMatchLength; field in CharsTrie.State
97 state.remainingMatchLength=remainingMatchLength_; in saveState()
113 remainingMatchLength_=state.remainingMatchLength; in resetToState()
417 …private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength… in Iterator() argument
420 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()
/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()