Searched refs:maxInc (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Dunisetspan.cpp687 int32_t maxInc=0, maxOverlap=0; local
712 if( (overlap>maxOverlap || /* redundant overlap==maxOverlap && */ inc>maxInc) &&
715 maxInc=inc; // Longest match from earliest start.
724 if(maxInc!=0 || maxOverlap!=0) {
727 pos+=maxInc;
728 rest-=maxInc;
1024 int32_t maxInc=0, maxOverlap=0; local
1052 (overlap>maxOverlap || /* redundant overlap==maxOverlap && */ inc>maxInc) &&
1056 maxInc=inc; // Longest match from earliest start.
1066 if(maxInc!
[all...]
/external/icu4c/common/
H A Dunisetspan.cpp687 int32_t maxInc=0, maxOverlap=0; local
712 if( (overlap>maxOverlap || /* redundant overlap==maxOverlap && */ inc>maxInc) &&
715 maxInc=inc; // Longest match from earliest start.
724 if(maxInc!=0 || maxOverlap!=0) {
727 pos+=maxInc;
728 rest-=maxInc;
1024 int32_t maxInc=0, maxOverlap=0; local
1052 (overlap>maxOverlap || /* redundant overlap==maxOverlap && */ inc>maxInc) &&
1056 maxInc=inc; // Longest match from earliest start.
1066 if(maxInc!
[all...]

Completed in 15 milliseconds