Searched refs:remainingMatchLength_ (Results 1 – 10 of 10) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 46 remainingMatchLength_=-1; in BytesTrie() 65 remainingMatchLength_=-1; in reset() 94 state.remainingMatchLength=remainingMatchLength_; in saveState() 110 remainingMatchLength_=state.remainingMatchLength; in resetToState() 184 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 197 remainingMatchLength_=-1; in first() 218 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 222 remainingMatchLength_=--length; in next() 259 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 266 remainingMatchLength_=length; in next() [all …]
|
D | CharsTrie.java | 49 remainingMatchLength_=-1; in CharsTrie() 68 remainingMatchLength_=-1; in reset() 97 state.remainingMatchLength=remainingMatchLength_; in saveState() 113 remainingMatchLength_=state.remainingMatchLength; in resetToState() 131 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current() 143 remainingMatchLength_=-1; in first() 172 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 176 remainingMatchLength_=--length; in next() 227 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 234 remainingMatchLength_=length; in next() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 46 remainingMatchLength_=-1; in BytesTrie() 67 remainingMatchLength_=-1; in reset() 99 state.remainingMatchLength=remainingMatchLength_; in saveState() 116 remainingMatchLength_=state.remainingMatchLength; in resetToState() 199 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 213 remainingMatchLength_=-1; in first() 235 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 239 remainingMatchLength_=--length; in next() 277 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 284 remainingMatchLength_=length; in next() [all …]
|
D | CharsTrie.java | 49 remainingMatchLength_=-1; in CharsTrie() 70 remainingMatchLength_=-1; in reset() 102 state.remainingMatchLength=remainingMatchLength_; in saveState() 119 remainingMatchLength_=state.remainingMatchLength; in resetToState() 138 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current() 151 remainingMatchLength_=-1; in first() 182 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 186 remainingMatchLength_=--length; in next() 239 int length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 246 remainingMatchLength_=length; in next() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 26 remainingMatchLength_(-1), initialRemainingMatchLength_(-1), in Iterator() 47 remainingMatchLength_(trie.remainingMatchLength_), in Iterator() 48 initialRemainingMatchLength_(trie.remainingMatchLength_), in Iterator() 62 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in Iterator() 71 remainingMatchLength_-=length; in Iterator() 82 remainingMatchLength_=initialRemainingMatchLength_; in reset() 84 int32_t length=remainingMatchLength_+1; // Remaining match length. in reset() 90 remainingMatchLength_-=length; in reset() 125 if(remainingMatchLength_>=0) { in next()
|
D | bytestrieiterator.cpp | 27 remainingMatchLength_(-1), initialRemainingMatchLength_(-1), in Iterator() 48 remainingMatchLength_(trie.remainingMatchLength_), in Iterator() 49 initialRemainingMatchLength_(trie.remainingMatchLength_), in Iterator() 63 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in Iterator() 72 remainingMatchLength_-=length; in Iterator() 84 remainingMatchLength_=initialRemainingMatchLength_; in reset() 85 int32_t length=remainingMatchLength_+1; // Remaining match length. in reset() 91 remainingMatchLength_-=length; in reset() 126 if(remainingMatchLength_>=0) { in next()
|
D | ucharstrie.cpp | 36 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 131 remainingMatchLength_=--length; in nextImpl() 158 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 162 remainingMatchLength_=--length; in next() 185 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 193 remainingMatchLength_=length; in next() 200 remainingMatchLength_=length; in next() 213 remainingMatchLength_=length; in next() 222 remainingMatchLength_=length; in next() 369 if(remainingMatchLength_>=0) { in getNextUChars()
|
D | bytestrie.cpp | 73 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current() 158 remainingMatchLength_=--length; in nextImpl() 189 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 193 remainingMatchLength_=--length; in next() 216 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in next() 224 remainingMatchLength_=length; in next() 231 remainingMatchLength_=length; in next() 244 remainingMatchLength_=length; in next() 253 remainingMatchLength_=length; in next() 391 if(remainingMatchLength_>=0) { in getNextBytes()
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 66 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie() 82 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {} in BytesTrie() 91 remainingMatchLength_=-1; in reset() 125 state.remainingMatchLength=remainingMatchLength_; in saveState() 142 remainingMatchLength_=state.remainingMatchLength; in resetToState() 164 remainingMatchLength_=-1; in first() 225 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue); in hasUniqueValue() 324 int32_t remainingMatchLength_; variable 354 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie() 514 int32_t remainingMatchLength_; variable
|
D | ucharstrie.h | 66 pos_(uchars_), remainingMatchLength_(-1) {} in UCharsTrie() 82 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {} in UCharsTrie() 91 remainingMatchLength_=-1; in reset() 125 state.remainingMatchLength=remainingMatchLength_; in saveState() 142 remainingMatchLength_=state.remainingMatchLength; in resetToState() 163 remainingMatchLength_=-1; in first() 240 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue); in hasUniqueValue() 342 int32_t remainingMatchLength_; variable 371 pos_(uchars_), remainingMatchLength_(-1) {} in UCharsTrie() 571 int32_t remainingMatchLength_; variable
|