Searched refs:writeUShort (Results 1 - 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py137 writer.writeUShort(value)
164 writer.writeUShort(value)
176 writer.writeUShort(int(round(value * 10)))
228 writer.writeUShort(0)
295 writer.writeUShort(format)
357 writer.writeUShort(tmp)
360 writer.writeUShort(tmp)
H A DotBase.py423 def writeUShort(self, value): member in class:OTTableWriter
715 writer.writeUShort(self.Format)
800 writer.writeUShort(0)
804 writer.writeUShort(value)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py137 writer.writeUShort(value)
164 writer.writeUShort(value)
176 writer.writeUShort(int(round(value * 10)))
228 writer.writeUShort(0)
295 writer.writeUShort(format)
357 writer.writeUShort(tmp)
360 writer.writeUShort(tmp)
H A DotBase.py423 def writeUShort(self, value): member in class:OTTableWriter
715 writer.writeUShort(self.Format)
800 writer.writeUShort(0)
804 writer.writeUShort(value)
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DDataOutputCompressor.java94 public void writeUShort(int v) throws IOException { method in class:DataOutputCompressor

Completed in 510 milliseconds