Searched defs:remainingMatchLength (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h114 int32_t remainingMatchLength; member in class:BytesTrie::State
127 state.remainingMatchLength=remainingMatchLength_;
144 remainingMatchLength_=state.remainingMatchLength;
H A Ducharstrie.h114 int32_t remainingMatchLength; member in class:UCharsTrie::State
127 state.remainingMatchLength=remainingMatchLength_;
144 remainingMatchLength_=state.remainingMatchLength;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java83 private int remainingMatchLength; field in class:BytesTrie.State
96 state.remainingMatchLength=remainingMatchLength_;
112 remainingMatchLength_=state.remainingMatchLength;
495 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) { argument
498 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
506 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
H A DCharsTrie.java86 private int remainingMatchLength; field in class:CharsTrie.State
99 state.remainingMatchLength=remainingMatchLength_;
115 remainingMatchLength_=state.remainingMatchLength;
420 private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) { argument
423 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
430 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java87 private int remainingMatchLength; field in class:BytesTrie.State
101 state.remainingMatchLength=remainingMatchLength_;
118 remainingMatchLength_=state.remainingMatchLength;
526 private Iterator(byte[] trieBytes, int offset, int remainingMatchLength, int maxStringLength) { argument
529 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
537 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
H A DCharsTrie.java90 private int remainingMatchLength; field in class:CharsTrie.State
104 state.remainingMatchLength=remainingMatchLength_;
121 remainingMatchLength_=state.remainingMatchLength;
442 private Iterator(CharSequence trieChars, int offset, int remainingMatchLength, int maxStringLength) { argument
445 remainingMatchLength_=initialRemainingMatchLength_=remainingMatchLength;
452 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.

Completed in 375 milliseconds