Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h152 int32_t remainingMatchLength; variable
165 state.remainingMatchLength=remainingMatchLength_; in saveState()
182 remainingMatchLength_=state.remainingMatchLength; in resetToState()
Ducharstrie.h150 int32_t remainingMatchLength; variable
163 state.remainingMatchLength=remainingMatchLength_; in saveState()
180 remainingMatchLength_=state.remainingMatchLength; in resetToState()
/third_party/icu/icu4c/source/common/unicode/
Dbytestrie.h152 int32_t remainingMatchLength; variable
165 state.remainingMatchLength=remainingMatchLength_; in saveState()
182 remainingMatchLength_=state.remainingMatchLength; in resetToState()
Ducharstrie.h150 int32_t remainingMatchLength; variable
163 state.remainingMatchLength=remainingMatchLength_; in saveState()
180 remainingMatchLength_=state.remainingMatchLength; in resetToState()
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestrie.h152 int32_t remainingMatchLength; variable
165 state.remainingMatchLength=remainingMatchLength_; in saveState()
182 remainingMatchLength_=state.remainingMatchLength; in resetToState()
Ducharstrie.h150 int32_t remainingMatchLength; variable
163 state.remainingMatchLength=remainingMatchLength_; in saveState()
180 remainingMatchLength_=state.remainingMatchLength; in resetToState()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java137 private int remainingMatchLength; field in CharsTrie.State
151 state.remainingMatchLength=remainingMatchLength_; in saveState()
170 remainingMatchLength_=state.remainingMatchLength; in resetToState()
491 …private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength… in Iterator() argument
494 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()
DBytesTrie.java134 private int remainingMatchLength; field in BytesTrie.State
148 state.remainingMatchLength=remainingMatchLength_; in saveState()
167 remainingMatchLength_=state.remainingMatchLength; in resetToState()
575 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
578 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrie.java127 private int remainingMatchLength; field in BytesTrie.State
140 state.remainingMatchLength=remainingMatchLength_; in saveState()
158 remainingMatchLength_=state.remainingMatchLength; in resetToState()
544 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) {
547 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
DCharsTrie.java130 private int remainingMatchLength; field in CharsTrie.State
143 state.remainingMatchLength=remainingMatchLength_; in saveState()
161 remainingMatchLength_=state.remainingMatchLength; in resetToState()
468 …private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength… in Iterator() argument
471 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()