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

/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp30 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
52 str_(NULL), maxLength_(maxStringLength), value_(0), stack_(NULL) {
69 if(maxLength_>0 && length>maxLength_) {
70 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
88 if(maxLength_>0 && length>maxLength_) {
89 length=maxLength_;
139 if(isFinal || (maxLength_>0 && str_->length()==maxLength_)) {
[all...]
H A Ducharstrieiterator.cpp30 maxLength_(maxStringLength), value_(0), stack_(NULL) {
52 maxLength_(maxStringLength), value_(0), stack_(NULL) {
68 if(maxLength_>0 && length>maxLength_) {
69 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
87 if(maxLength_>0 && length>maxLength_) {
88 length=maxLength_;
147 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) {
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java499 maxLength_=maxStringLength;
500 entry_=new Entry(maxLength_!=0 ? maxLength_ : 32);
505 if(maxLength_>0 && length>maxLength_) {
506 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
522 if(maxLength_>0 && length>maxLength_) {
523 length=maxLength_;
582 if(isFinal || (maxLength_>
661 private int maxLength_; field in class:BytesTrie.Iterator
[all...]
H A DCharsTrie.java424 maxLength_=maxStringLength;
429 if(maxLength_>0 && length>maxLength_) {
430 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
447 if(maxLength_>0 && length>maxLength_) {
448 length=maxLength_;
516 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) {
530 if(maxLength_>
608 private int maxLength_; field in class:CharsTrie.Iterator
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java530 maxLength_=maxStringLength;
531 entry_=new Entry(maxLength_!=0 ? maxLength_ : 32);
536 if(maxLength_>0 && length>maxLength_) {
537 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
554 if(maxLength_>0 && length>maxLength_) {
555 length=maxLength_;
616 if(isFinal || (maxLength_>
696 private int maxLength_; field in class:BytesTrie.Iterator
[all...]
H A DCharsTrie.java446 maxLength_=maxStringLength;
451 if(maxLength_>0 && length>maxLength_) {
452 length=maxLength_; // This will leave remainingMatchLength>=0 as a signal.
470 if(maxLength_>0 && length>maxLength_) {
471 length=maxLength_;
541 if(isFinal || (maxLength_>0 && str_.length()==maxLength_)) {
555 if(maxLength_>
634 private int maxLength_; field in class:CharsTrie.Iterator
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h330 int32_t maxLength_; member in class:BytesTrie::Iterator
H A Ducharstrie.h349 int32_t maxLength_; member in class:UCharsTrie::Iterator

Completed in 121 milliseconds