Searched refs:writeInt (Results 1 – 17 of 17) sorted by relevance
965 of.writeInt(j); in generateCode()969 of.writeInt(j); in generateCode()1079 of.writeInt(i); in generateCode()1083 of.writeInt(i); in generateCode()1087 of.writeInt(i); in generateCode()1091 of.writeInt(i); in generateCode()1095 of.writeInt(i); in generateCode()1120 of.writeInt(i); in generateCode()1446 of.writeInt(i); in generateCode()1449 of.writeInt(i); in generateCode()[all …]
48 void OFileWriter::writeInt(sal_Int16 nb) const in writeInt() function in OFileWriter
62 virtual void writeInt(sal_Int16 nb) const;
145 out.writeInt((int) creationDate); in write()146 out.writeInt((int) modificationDate); in write()147 out.writeInt((int) lastBackupDate); in write()148 out.writeInt((int) modificationNumber); in write()149 out.writeInt(appInfoID); in write()150 out.writeInt(sortInfoID); in write()151 out.writeInt(typeID); in write()152 out.writeInt(creatorID); in write()153 out.writeInt(uniqueIDSeed); in write()154 out.writeInt(nextRecordListID); in write()
162 dos.writeInt(recOffset[i]); in write()170 dos.writeInt(attr); in write()
136 out.writeInt((int) creationDate); in write()137 out.writeInt((int) modificationDate); in write()138 out.writeInt((int) lastBackupDate); in write()139 out.writeInt((int) modificationNumber); in write()140 out.writeInt(appInfoID); in write()141 out.writeInt(sortInfoID); in write()142 out.writeInt(typeID); in write()143 out.writeInt(creatorID); in write()144 out.writeInt(uniqueIDSeed); in write()145 out.writeInt(nextRecordListID); in write()
127 os.writeInt(nParagraphs); in getBytes()128 os.writeInt(nAtoms); in getBytes()129 os.writeInt(nChars); in getBytes()130 os.writeInt(miscSize); in getBytes()
193 dos.writeInt(textLen); in getRecords()196 dos.writeInt(0); in getRecords()
524 bos.write(EndianConverter.writeInt(unknown2)); in getParagraphData()552 bos.write(EndianConverter.writeInt(unknown3)); in getParagraphData()843 bos.write(EndianConverter.writeInt(filler)); in getDescriptorInfo()
197 dos.writeInt(textLen); in getHeaderBytes()200 dos.writeInt(SPARE); in getHeaderBytes()
599 output.writeInt(data.length); in writeBlock()600 output.writeInt(1); in writeBlock()
357 output.writeInt(value); in write32Bit()
66 public static byte[] writeInt (int value) { in writeInt() method in EndianConverter
75 public native void writeInt(String name,String key,int v) throws java.io.IOException; in writeInt() method in NativeStorageAccess
127 public void writeInt(int v) throws java.io.IOException{ in writeInt() method in StorageAccess
112 os.writeInt(len); in sendPackage()
132 void writeInt([in]long x) raises (SQLException);
Completed in 97 milliseconds