Home
last modified time | relevance | path

Searched defs:currRecLen (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSEncoder.java133 int currRecLen = 0; in getRecords() local
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
172 currRecLen, length - firstPartLen); in getRecords() local

Completed in 16 milliseconds