Searched refs:startIndex (Results 1 – 2 of 2) sorted by relevance
242 String entryName, int entryKind, int startIndex) { in findClasspathEntryByName() argument243 if (startIndex < 0) { in findClasspathEntryByName()244 startIndex = 0; in findClasspathEntryByName()246 for (int i = startIndex ; i < entries.length ; i++) { in findClasspathEntryByName()
302 int startIndex = (ranges[i].getStart() - offset) / stride; in bytesRangesToIndices() local305 indices[n++] = startIndex+j; in bytesRangesToIndices()