Home
last modified time | relevance | path

Searched refs:uBytes (Results 1 – 4 of 4) sorted by path

/trunk/main/soltools/testSHL/util/
H A Dtlog.cxx89 sal_uInt64 uBytes=0; in write() local
96 return m_logfile->write( buf, len , uBytes ); in write()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx819 sal_uInt64 uBytes(1); in writeResources() local
820 pFile->read((void *)(&lastchar), uBytes, uBytes); in writeResources()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java137 byte[] uBytes = new byte[textRecordSize*2]; in decompress()
152 uBytes[up++] = cBytes[cp++]; in decompress()
157 uBytes[up++] = (byte) c; in decompress()
162 uBytes[up++] = (byte) ' '; in decompress()
163 uBytes[up++] = (byte) (c ^ 0x80); in decompress()
174 uBytes[up] = uBytes[up - m]; in decompress()
190 System.arraycopy(uBytes, 0, textBytes, 0, up); in decompress()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java197 byte[] uBytes = new byte[textRecordSize*2]; in decompress()
212 uBytes[up++] = cBytes[cp++]; in decompress()
217 uBytes[up++] = (byte) c; in decompress()
222 uBytes[up++] = (byte) ' '; in decompress()
223 uBytes[up++] = (byte) (c ^ 0x80); in decompress()
234 uBytes[up] = uBytes[up - m]; in decompress()
250 System.arraycopy(uBytes, 0, textBytes, 0, up); in decompress()

Completed in 66 milliseconds