Home
last modified time | relevance | path

Searched refs:maxLength_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Ducharstrieiterator.cpp28 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
50 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
66 if(maxLength_>0 && length>maxLength_) { in Iterator()
67 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
85 if(maxLength_>0 && length>maxLength_) { in reset()
86 length=maxLength_; in reset()
145 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
158 if(maxLength_>0 && str_.length()==maxLength_) { in next()
172 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
173 str_.append(pos, maxLength_-str_.length()); in next()
Dbytestrieiterator.cpp28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
67 if(maxLength_>0 && length>maxLength_) { in Iterator()
68 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
86 if(maxLength_>0 && length>maxLength_) { in reset()
87 length=maxLength_; in reset()
137 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
145 if(maxLength_>0 && str_->length()==maxLength_) { in next()
159 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
161 maxLength_-str_->length(), errorCode); in next()
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp28 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
50 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
66 if(maxLength_>0 && length>maxLength_) { in Iterator()
67 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
85 if(maxLength_>0 && length>maxLength_) { in reset()
86 length=maxLength_; in reset()
145 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
158 if(maxLength_>0 && str_.length()==maxLength_) { in next()
172 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
173 str_.append(pos, maxLength_-str_.length()); in next()
Dbytestrieiterator.cpp28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
67 if(maxLength_>0 && length>maxLength_) { in Iterator()
68 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
86 if(maxLength_>0 && length>maxLength_) { in reset()
87 length=maxLength_; in reset()
137 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
145 if(maxLength_>0 && str_->length()==maxLength_) { in next()
159 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
161 maxLength_-str_->length(), errorCode); in next()
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h329 int32_t maxLength_; variable
Ducharstrie.h347 int32_t maxLength_; variable
/external/chromium_org/third_party/icu/source/common/unicode/
Dbytestrie.h329 int32_t maxLength_; variable
Ducharstrie.h347 int32_t maxLength_; variable