Searched defs:off (Results 1 – 6 of 6) sorted by relevance
125 public int getByte(int off) { in getByte()136 public int getShort(int off) { in getShort()147 public int getInt(int off) { in getInt()161 public long getLong(int off) { in getLong()181 public int getUnsignedByte(int off) { in getUnsignedByte()192 public int getUnsignedShort(int off) { in getUnsignedShort()235 private int getByte0(int off) { in getByte0()246 private int getUnsignedByte0(int off) { in getUnsignedByte0()
139 public void write(char[] cbuf, int off, int len) throws IOException { in write()151 public void write(String str, int off, int len) throws IOException { in write()
122 public int getByte(int off) { in getByte()133 public int getShort(int off) { in getShort()144 public int getInt(int off) { in getInt()158 public long getLong(int off) { in getLong()178 public int getUnsignedByte(int off) { in getUnsignedByte()189 public int getUnsignedShort(int off) { in getUnsignedShort()232 private int getByte0(int off) { in getByte0()243 private int getUnsignedByte0(int off) { in getUnsignedByte0()
222 public int off = -1; field in TableOfContents.Section
166 int off = offsets[j]; in parse() local