Home
last modified time | relevance | path

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

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSEncoder.java132 byte[] currRec = new byte[4096]; in getRecords()
139 currRec, currRecLen, header.getByteCount()); in getRecords() local
143 System.arraycopy(ft.getBytes(), 0, currRec, currRecLen, in getRecords() local
148 System.arraycopy(ct.getBytes(), 0, currRec, currRecLen, in getRecords() local
158 System.arraycopy(e.getBytes(), 0, currRec, currRecLen, length); in getRecords() local
164 System.arraycopy(e.getBytes(), 0, currRec, currRecLen, in getRecords() local
166 Record r = new Record(currRec); in getRecords()
171 System.arraycopy(e.getBytes(), firstPartLen, currRec, in getRecords() local
180 System.arraycopy(currRec, 0, partial, 0, currRecLen); in getRecords()

Completed in 17 milliseconds