Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dbytestrie.h114 int32_t remainingMatchLength; variable
127 state.remainingMatchLength=remainingMatchLength_; in saveState()
144 remainingMatchLength_=state.remainingMatchLength; in resetToState()
Ducharstrie.h114 int32_t remainingMatchLength; variable
127 state.remainingMatchLength=remainingMatchLength_; in saveState()
144 remainingMatchLength_=state.remainingMatchLength; in resetToState()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java84 private int remainingMatchLength; field in BytesTrie.State
97 state.remainingMatchLength=remainingMatchLength_; in saveState()
113 remainingMatchLength_=state.remainingMatchLength; in resetToState()
499 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
502 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
DCharsTrie.java87 private int remainingMatchLength; field in CharsTrie.State
100 state.remainingMatchLength=remainingMatchLength_; in saveState()
116 remainingMatchLength_=state.remainingMatchLength; in resetToState()
423 …private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength… in Iterator() argument
426 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java87 private int remainingMatchLength; field in BytesTrie.State
101 state.remainingMatchLength=remainingMatchLength_; in saveState()
118 remainingMatchLength_=state.remainingMatchLength; in resetToState()
526 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
529 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
DCharsTrie.java90 private int remainingMatchLength; field in CharsTrie.State
104 state.remainingMatchLength=remainingMatchLength_; in saveState()
121 remainingMatchLength_=state.remainingMatchLength; in resetToState()
442 …private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength… in Iterator() argument
445 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()