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

/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h68 pos_(bytes_), remainingMatchLength_(-1) {}
84 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {}
93 remainingMatchLength_=-1;
127 state.remainingMatchLength=remainingMatchLength_;
144 remainingMatchLength_=state.remainingMatchLength;
166 remainingMatchLength_=-1;
227 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue);
326 int32_t remainingMatchLength_; member in class:BytesTrie::Iterator
355 pos_(bytes_), remainingMatchLength_(
515 int32_t remainingMatchLength_; member in class:BytesTrie
[all...]
H A Ducharstrie.h68 pos_(uchars_), remainingMatchLength_(-1) {}
84 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {}
93 remainingMatchLength_=-1;
127 state.remainingMatchLength=remainingMatchLength_;
144 remainingMatchLength_=state.remainingMatchLength;
165 remainingMatchLength_=-1;
242 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue);
344 int32_t remainingMatchLength_; member in class:UCharsTrie::Iterator
373 pos_(uchars_), remainingMatchLength_(
573 int32_t remainingMatchLength_; member in class:UCharsTrie
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java48 remainingMatchLength_=-1;
67 remainingMatchLength_=-1;
96 state.remainingMatchLength=remainingMatchLength_;
112 remainingMatchLength_=state.remainingMatchLength;
186 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ?
199 remainingMatchLength_=-1;
220 int length=remainingMatchLength_; // Actual remaining match length minus 1.
224 remainingMatchLength_=--length;
261 int length=remainingMatchLength_; // Actual remaining match length minus 1.
268 remainingMatchLength_
658 private int remainingMatchLength_; field in class:BytesTrie.Iterator
1040 private int remainingMatchLength_; field in class:BytesTrie
[all...]
H A DCharsTrie.java51 remainingMatchLength_=-1;
70 remainingMatchLength_=-1;
99 state.remainingMatchLength=remainingMatchLength_;
115 remainingMatchLength_=state.remainingMatchLength;
133 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ?
145 remainingMatchLength_=-1;
174 int length=remainingMatchLength_; // Actual remaining match length minus 1.
178 remainingMatchLength_=--length;
229 int length=remainingMatchLength_; // Actual remaining match length minus 1.
236 remainingMatchLength_
603 private int remainingMatchLength_; field in class:CharsTrie.Iterator
997 private int remainingMatchLength_; field in class:CharsTrie
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java48 remainingMatchLength_=-1;
69 remainingMatchLength_=-1;
101 state.remainingMatchLength=remainingMatchLength_;
118 remainingMatchLength_=state.remainingMatchLength;
201 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ?
215 remainingMatchLength_=-1;
237 int length=remainingMatchLength_; // Actual remaining match length minus 1.
241 remainingMatchLength_=--length;
279 int length=remainingMatchLength_; // Actual remaining match length minus 1.
286 remainingMatchLength_
693 private int remainingMatchLength_; field in class:BytesTrie.Iterator
1075 private int remainingMatchLength_; field in class:BytesTrie
[all...]
H A DCharsTrie.java51 remainingMatchLength_=-1;
72 remainingMatchLength_=-1;
104 state.remainingMatchLength=remainingMatchLength_;
121 remainingMatchLength_=state.remainingMatchLength;
140 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ?
153 remainingMatchLength_=-1;
184 int length=remainingMatchLength_; // Actual remaining match length minus 1.
188 remainingMatchLength_=--length;
241 int length=remainingMatchLength_; // Actual remaining match length minus 1.
248 remainingMatchLength_
629 private int remainingMatchLength_; field in class:CharsTrie.Iterator
1023 private int remainingMatchLength_; field in class:CharsTrie
[all...]

Completed in 220 milliseconds