Home | History | Annotate | Download | only in apk

Lines Matching defs:getUnsignedInt16

306                     int attrStartOffset = getUnsignedInt16(contents);
307 int attrSizeBytes = getUnsignedInt16(contents);
308 int attrCount = getUnsignedInt16(contents);
541 int type = getUnsignedInt16(input);
542 int headerSize = getUnsignedInt16(input);
677 int lengthChars = getUnsignedInt16(encoded);
679 lengthChars = ((lengthChars & 0x7fff) << 16) | getUnsignedInt16(encoded);
843 private static int getUnsignedInt16(ByteBuffer buffer) {