Searched refs:maxLength_ (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbytestrieiterator.cpp28 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
50 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
67 if(maxLength_>0 && length>maxLength_) {
68 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
86 if(maxLength_>0 && length>maxLength_) {
87 length=maxLength_;
137 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) {
[all...]
H A Ducharstrieiterator.cpp28 maxLength_(maxStringLength), value_(0), stack_(NULL) {
50 maxLength_(maxStringLength), value_(0), stack_(NULL) {
66 if(maxLength_>0 && length>maxLength_) {
67 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
85 if(maxLength_>0 && length>maxLength_) {
86 length=maxLength_;
145 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) {
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dbytestrie.h329 int32_t maxLength_; member in class:BytesTrie::Iterator
H A Ducharstrie.h347 int32_t maxLength_; member in class:UCharsTrie::Iterator

Completed in 114 milliseconds