Searched refs:remainingMatchLength (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestrie.h | 152 int32_t remainingMatchLength; variable 165 state.remainingMatchLength=remainingMatchLength_; in saveState() 182 remainingMatchLength_=state.remainingMatchLength; in resetToState()
|
D | ucharstrie.h | 150 int32_t remainingMatchLength; variable 163 state.remainingMatchLength=remainingMatchLength_; in saveState() 180 remainingMatchLength_=state.remainingMatchLength; in resetToState()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 152 int32_t remainingMatchLength; variable 165 state.remainingMatchLength=remainingMatchLength_; in saveState() 182 remainingMatchLength_=state.remainingMatchLength; in resetToState()
|
D | ucharstrie.h | 150 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/ |
D | bytestrie.h | 152 int32_t remainingMatchLength; variable 165 state.remainingMatchLength=remainingMatchLength_; in saveState() 182 remainingMatchLength_=state.remainingMatchLength; in resetToState()
|
D | ucharstrie.h | 150 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/ |
D | CharsTrie.java | 137 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()
|
D | BytesTrie.java | 134 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/ |
D | BytesTrie.java | 127 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;
|
D | CharsTrie.java | 130 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()
|