Searched defs:writeUInt16 (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dudataswp.h171 UDataWriteUInt16 *writeUInt16; member in struct:UDataSwapper
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoTypeWriter.java41 writeUInt16(bb, i >> 8);
47 public static void writeUInt16(ByteBuffer bb, int i) { method in class:IsoTypeWriter
87 writeUInt16(bb, bits);
/external/webkit/Source/WebCore/platform/graphics/
H A DWOFFFileFormat.cpp98 static bool writeUInt16(Vector<char>& vector, uint16_t value) function in namespace:WebCore
176 || !writeUInt16(sfnt, numTables)
177 || !writeUInt16(sfnt, searchRange)
178 || !writeUInt16(sfnt, entrySelector)
179 || !writeUInt16(sfnt, rangeShift))

Completed in 542 milliseconds