Searched refs:splitIndex (Results 1 – 1 of 1) sorted by relevance
113 int splitIndex = splitRanges(priorityList); in filterBasic() local116 if (splitIndex != -1) { in filterBasic()117 nonZeroRanges = priorityList.subList(0, splitIndex); in filterBasic()118 zeroRanges = priorityList.subList(splitIndex, priorityList.size()); in filterBasic()229 int splitIndex = splitRanges(priorityList); in filterExtended() local232 if (splitIndex != -1) { in filterExtended()233 nonZeroRanges = priorityList.subList(0, splitIndex); in filterExtended()234 zeroRanges = priorityList.subList(splitIndex, priorityList.size()); in filterExtended()385 int splitIndex = splitRanges(priorityList); in lookupTag() local388 if (splitIndex != -1) { in lookupTag()[all …]