Searched refs:startIndices (Results 1 – 1 of 1) sorted by relevance
504 private static int getLowerBound(int index, int[] startIndices) { in getLowerBound() argument505 return startIndices[index]; in getLowerBound()508 private static int getUpperBound(int index, int[] startIndices, int max) { in getUpperBound() argument509 if (index != startIndices.length - 1) { in getUpperBound()510 return startIndices[index + 1]; in getUpperBound()