Searched refs:remainingMatchLength (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h112 int32_t remainingMatchLength; member in class:BytesTrie::State
125 state.remainingMatchLength=remainingMatchLength_;
142 remainingMatchLength_=state.remainingMatchLength;
H A Ducharstrie.h112 int32_t remainingMatchLength; member in class:UCharsTrie::State
125 state.remainingMatchLength=remainingMatchLength_;
142 remainingMatchLength_=state.remainingMatchLength;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java85 private int remainingMatchLength; field in class:BytesTrie.State
99 state.remainingMatchLength=remainingMatchLength_;
116 remainingMatchLength_=state.remainingMatchLength;
523 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) { argument
526 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
534 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
H A DCharsTrie.java88 private int remainingMatchLength; field in class:CharsTrie.State
102 state.remainingMatchLength=remainingMatchLength_;
119 remainingMatchLength_=state.remainingMatchLength;
439 private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) { argument
442 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
449 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.

Completed in 958 milliseconds