Home
last modified time | relevance | path

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

/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSEncoder.java163 int firstPartLen = 4096 - currRecLen; in getRecords() local
165 firstPartLen); in getRecords() local
171 System.arraycopy(e.getBytes(), firstPartLen, currRec, in getRecords() local
172 currRecLen, length - firstPartLen); in getRecords()
173 currRecLen += length - firstPartLen; in getRecords()

Completed in 14 milliseconds