Searched refs:remainingMatchLength_ (Results 1 – 10 of 10) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 48 remainingMatchLength_=-1; in BytesTrie() 67 remainingMatchLength_=-1; in reset() 97 state.remainingMatchLength=remainingMatchLength_; in saveState() 113 remainingMatchLength_=state.remainingMatchLength; in resetToState() 188 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 201 remainingMatchLength_=-1; in first() 222 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 226 remainingMatchLength_=--length; in next() 263 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 270 remainingMatchLength_=length; in next() [all …]
|
D | CharsTrie.java | 51 remainingMatchLength_=-1; in CharsTrie() 70 remainingMatchLength_=-1; in reset() 100 state.remainingMatchLength=remainingMatchLength_; in saveState() 116 remainingMatchLength_=state.remainingMatchLength; in resetToState() 134 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current() 146 remainingMatchLength_=-1; in first() 175 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 179 remainingMatchLength_=--length; in next() 230 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 237 remainingMatchLength_=length; in next() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 48 remainingMatchLength_=-1; in BytesTrie() 69 remainingMatchLength_=-1; in reset() 101 state.remainingMatchLength=remainingMatchLength_; in saveState() 118 remainingMatchLength_=state.remainingMatchLength; in resetToState() 201 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 215 remainingMatchLength_=-1; in first() 237 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 241 remainingMatchLength_=--length; in next() 279 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 286 remainingMatchLength_=length; in next() [all …]
|
D | CharsTrie.java | 51 remainingMatchLength_=-1; in CharsTrie() 72 remainingMatchLength_=-1; in reset() 104 state.remainingMatchLength=remainingMatchLength_; in saveState() 121 remainingMatchLength_=state.remainingMatchLength; in resetToState() 140 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current() 153 remainingMatchLength_=-1; in first() 184 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 188 remainingMatchLength_=--length; in next() 241 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 248 remainingMatchLength_=length; in next() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 28 remainingMatchLength_(-1), initialRemainingMatchLength_(-1), in Iterator() 49 remainingMatchLength_(trie.remainingMatchLength_), in Iterator() 50 initialRemainingMatchLength_(trie.remainingMatchLength_), in Iterator() 64 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in Iterator() 73 remainingMatchLength_-=length; in Iterator() 84 remainingMatchLength_=initialRemainingMatchLength_; in reset() 86 int32_t length=remainingMatchLength_+1; // Remaining match length. in reset() 92 remainingMatchLength_-=length; in reset() 127 if(remainingMatchLength_>=0) { in next()
|
D | bytestrieiterator.cpp | 29 remainingMatchLength_(-1), initialRemainingMatchLength_(-1), in Iterator() 50 remainingMatchLength_(trie.remainingMatchLength_), in Iterator() 51 initialRemainingMatchLength_(trie.remainingMatchLength_), in Iterator() 65 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in Iterator() 74 remainingMatchLength_-=length; in Iterator() 86 remainingMatchLength_=initialRemainingMatchLength_; in reset() 87 int32_t length=remainingMatchLength_+1; // Remaining match length. in reset() 93 remainingMatchLength_-=length; in reset() 128 if(remainingMatchLength_>=0) { in next()
|
D | ucharstrie.cpp | 38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 133 remainingMatchLength_=--length; in nextImpl() 160 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 164 remainingMatchLength_=--length; in next() 188 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 196 remainingMatchLength_=length; in next() 203 remainingMatchLength_=length; in next() 216 remainingMatchLength_=length; in next() 225 remainingMatchLength_=length; in next() 372 if(remainingMatchLength_>=0) { in getNextUChars()
|
D | bytestrie.cpp | 75 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 160 remainingMatchLength_=--length; in nextImpl() 191 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 195 remainingMatchLength_=--length; in next() 218 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 226 remainingMatchLength_=length; in next() 233 remainingMatchLength_=length; in next() 246 remainingMatchLength_=length; in next() 255 remainingMatchLength_=length; in next() 393 if(remainingMatchLength_>=0) { in getNextBytes()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 68 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie() 84 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {} in BytesTrie() 93 remainingMatchLength_=-1; in reset() 127 state.remainingMatchLength=remainingMatchLength_; in saveState() 144 remainingMatchLength_=state.remainingMatchLength; in resetToState() 166 remainingMatchLength_=-1; in first() 227 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue); in hasUniqueValue() 326 int32_t remainingMatchLength_; variable 355 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie() 515 int32_t remainingMatchLength_; variable
|
D | ucharstrie.h | 68 pos_(uchars_), remainingMatchLength_(-1) {} in UCharsTrie() 84 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {} in UCharsTrie() 93 remainingMatchLength_=-1; in reset() 127 state.remainingMatchLength=remainingMatchLength_; in saveState() 144 remainingMatchLength_=state.remainingMatchLength; in resetToState() 165 remainingMatchLength_=-1; in first() 242 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue); in hasUniqueValue() 344 int32_t remainingMatchLength_; variable 373 pos_(uchars_), remainingMatchLength_(-1) {} in UCharsTrie() 573 int32_t remainingMatchLength_; variable
|