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

  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 687 int32_t maxInc=0, maxOverlap=0;
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;
    [all...]
  /external/icu4c/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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 42 milliseconds