Searched refs:remainingMatchLength (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 112 int32_t remainingMatchLength; variable 125 state.remainingMatchLength=remainingMatchLength_; in saveState() 142 remainingMatchLength_=state.remainingMatchLength; in resetToState()
|
D | ucharstrie.h | 112 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/ |
D | BytesTrie.java | 81 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;
|
D | CharsTrie.java | 84 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/ |
D | BytesTrie.java | 85 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;
|
D | CharsTrie.java | 88 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()
|