Searched defs:off (Results 1 - 4 of 4) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DIteratorReader.java50 public int read(char[] cbuf, int off, int len) throws IOException { argument
52 int ret = current.read(cbuf, off, len);
64 return current.read(cbuf, off, len);
H A DExpandTabsReader.java110 public int read(char[] cbuf, int off, int len) throws IOException { argument
116 cbuf[off + i] = (char) c;
/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryReader.java45 public int read(char[] cbuf, int off, int len) throws IOException { argument
49 return input.read(cbuf, off, len);
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 24 milliseconds