Searched defs:rangeLength (Results 1 – 8 of 8) sorted by relevance
39 private final long rangeLength; field in RandomAccessFileInputStreamFactory48 public RandomAccessFileInputStreamFactory(File file, long rangeOffset, long rangeLength) { in RandomAccessFileInputStreamFactory()
55 private long rangeLength; field in RandomAccessFileInputStream82 public RandomAccessFileInputStream(File file, long rangeOffset, long rangeLength) in RandomAccessFileInputStream()106 public void setRange(long rangeOffset, long rangeLength) throws IOException { in setRange()
103 long rangeLength = offsetOfNextEntry - entry.getFileOffsetOfLocalEntry(); in listEntriesInternal() local104 in.setRange(entry.getFileOffsetOfLocalEntry(), rangeLength); in listEntriesInternal() local
121 final int rangeLength = oldDataRangeStartB - oldDataRangeStartA; in searchForMatch() local
263 int32_t rangeLength= in parseFile() local
353 int32_t rangeLength= in u_parseCodePointRange() local
297 float rangeLength = 0.0f; in computeRangeLengthSum() local
412 float rangeLength = maxVal - minVal; in getWeight() local466 int rangeLength = maxVal - minVal; in getWeight() local