Searched refs:uBytes (Results 1 – 4 of 4) sorted by relevance
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocDecoder.java | 137 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 D | WSDecoder.java | 197 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()
|
/trunk/main/soltools/testSHL/util/ |
H A D | tlog.cxx | 89 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 D | text_gfx.cxx | 819 sal_uInt64 uBytes(1); in writeResources() local 820 pFile->read((void *)(&lastchar), uBytes, uBytes); in writeResources()
|
Completed in 34 milliseconds