Searched refs:remainingMatchLength (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 114 int32_t remainingMatchLength; variable 127 state.remainingMatchLength=remainingMatchLength_; in saveState() 144 remainingMatchLength_=state.remainingMatchLength; in resetToState()
|
D | ucharstrie.h | 114 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/ |
D | BytesTrie.java | 83 private int remainingMatchLength; field in BytesTrie.State 96 state.remainingMatchLength=remainingMatchLength_; in saveState() 112 remainingMatchLength_=state.remainingMatchLength; in resetToState() 495 … private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) { 498 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
|
D | CharsTrie.java | 86 private int remainingMatchLength; field in CharsTrie.State 99 state.remainingMatchLength=remainingMatchLength_; in saveState() 115 remainingMatchLength_=state.remainingMatchLength; in resetToState() 420 …private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength… in Iterator() argument 423 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength; in Iterator()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 87 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;
|
D | CharsTrie.java | 90 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()
|