Home
last modified time | relevance | path

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

1234567

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWLengthValidator.C19 maxLength_(std::numeric_limits<int>::max()) in WLengthValidator()
24 maxLength_(maxLength) in WLengthValidator()
37 if (maxLength_ != maxLength) { in setMaximumLength()
38 maxLength_ = maxLength; in setMaximumLength()
53 s.arg(minLength_).arg(maxLength_); in invalidTooShortText()
63 .arg(minLength_).arg(maxLength_); in invalidTooShortText()
76 s.arg(minLength_).arg(maxLength_); in invalidTooLongText()
86 .arg(minLength_).arg(maxLength_); in invalidTooLongText()
102 else if ((int)text.length() > maxLength_) in validate()
130 if (maxLength_ != std::numeric_limits<int>::max()) in javaScriptValidate()
[all …]
/dports/devel/icu/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
69 if(maxLength_>0 && length>maxLength_) { in Iterator()
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
88 if(maxLength_>0 && length>maxLength_) { in reset()
89 length=maxLength_; in reset()
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
146 if(maxLength_>0 && str_->length()==maxLength_) { in next()
160 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
162 maxLength_-str_->length(), errorCode); in next()
/dports/devel/icu-lx/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
69 if(maxLength_>0 && length>maxLength_) { in Iterator()
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
88 if(maxLength_>0 && length>maxLength_) { in reset()
89 length=maxLength_; in reset()
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
146 if(maxLength_>0 && str_->length()==maxLength_) { in next()
160 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
162 maxLength_-str_->length(), errorCode); in next()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
69 if(maxLength_>0 && length>maxLength_) { in Iterator()
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
88 if(maxLength_>0 && length>maxLength_) { in reset()
89 length=maxLength_; in reset()
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
146 if(maxLength_>0 && str_->length()==maxLength_) { in next()
160 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
162 maxLength_-str_->length(), errorCode); in next()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
69 if(maxLength_>0 && length>maxLength_) { in Iterator()
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
88 if(maxLength_>0 && length>maxLength_) { in reset()
89 length=maxLength_; in reset()
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
146 if(maxLength_>0 && str_->length()==maxLength_) { in next()
160 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
162 maxLength_-str_->length(), errorCode); in next()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
69 if(maxLength_>0 && length>maxLength_) { in Iterator()
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
88 if(maxLength_>0 && length>maxLength_) { in reset()
89 length=maxLength_; in reset()
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
146 if(maxLength_>0 && str_->length()==maxLength_) { in next()
160 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
162 maxLength_-str_->length(), errorCode); in next()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
69 if(maxLength_>0 && length>maxLength_) { in Iterator()
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
88 if(maxLength_>0 && length>maxLength_) { in reset()
89 length=maxLength_; in reset()
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
146 if(maxLength_>0 && str_->length()==maxLength_) { in next()
160 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
162 maxLength_-str_->length(), errorCode); in next()
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A 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()
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
69 if(maxLength_>0 && length>maxLength_) { in Iterator()
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
88 if(maxLength_>0 && length>maxLength_) { in reset()
89 length=maxLength_; in reset()
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
146 if(maxLength_>0 && str_->length()==maxLength_) { in next()
160 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
162 maxLength_-str_->length(), errorCode); in next()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
69 if(maxLength_>0 && length>maxLength_) { in Iterator()
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
88 if(maxLength_>0 && length>maxLength_) { in reset()
89 length=maxLength_; in reset()
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) { in next()
146 if(maxLength_>0 && str_->length()==maxLength_) { in next()
160 if(maxLength_>0 && str_->length()+length>maxLength_) { in next()
162 maxLength_-str_->length(), errorCode); in next()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
52 maxLength_(maxStringLength), value_(0), stack_(NULL) { in Iterator()
68 if(maxLength_>0 && length>maxLength_) { in Iterator()
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal. in Iterator()
87 if(maxLength_>0 && length>maxLength_) { in reset()
88 length=maxLength_; in reset()
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) { in next()
160 if(maxLength_>0 && str_.length()==maxLength_) { in next()
174 if(maxLength_>0 && str_.length()+length>maxLength_) { in next()
175 str_.append(pos, maxLength_-str_.length()); in next()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A 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()

1234567