Home
last modified time | relevance | path

Searched refs:fromOff (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/xp/com/jclark/xml/parse/
H A DEntityParser.java1625 void copyBytes(byte[] from, int fromOff, byte[] to, int toOff, int len) { in copyBytes() argument
1627 to[toOff++] = from[fromOff++]; in copyBytes()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DIN.java2984 final int fromOff = from << 2; in copyEntries() local
2987 System.arraycopy(entryLsnByteArray, fromOff, in copyEntries()