Home | History | Annotate | Download | only in dxconvext

Lines Matching refs:offset

127              * @param offset offset into <code>bytes</code> for the start of
132 public void startParsingMember(ByteArray bytes, int offset,
134 // ByteArray ba = bytes.slice(offset, bytes.size());
135 out("// ========== start-ParseMember:" + name + ", offset "
136 + offset + ", len:" + (bytes.size() - offset)
146 * @param offset offset into <code>bytes</code> for the end of the
152 public void endParsingMember(ByteArray bytes, int offset,
154 ByteArray ba = bytes.slice(offset, bytes.size());
165 * @param offset offset into <code>bytes</code> for what was
170 public void parsed(ByteArray bytes, int offset, int len,
173 out("// parsed:" + ", offset " + offset + ", len " + len
176 ByteArray ba = bytes.slice(offset, offset + len);
190 int offset = checkpos;
193 byte b2 = allbytes[i + offset];
196 + (i + offset));