HomeSort by relevance Sort by last modified time
    Searched refs:maxInc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 689 int32_t maxInc=0, maxOverlap=0;
714 if( (overlap>maxOverlap || /* redundant overlap==maxOverlap && */ inc>maxInc) &&
717 maxInc=inc; // Longest match from earliest start.
726 if(maxInc!=0 || maxOverlap!=0) {
729 pos+=maxInc;
730 rest-=maxInc;
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.cpp 689 int32_t maxInc=0, maxOverlap=0;
714 if( (overlap>maxOverlap || /* redundant overlap==maxOverlap && */ inc>maxInc) &&
717 maxInc=inc; // Longest match from earliest start.
726 if(maxInc!=0 || maxOverlap!=0) {
729 pos+=maxInc;
730 rest-=maxInc;
    [all...]

Completed in 281 milliseconds