Searched refs:readUnsignedShort (Results 1 - 13 of 13) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DByteArrayDictBuffer.java40 public int readUnsignedShort() { method in class:ByteArrayDictBuffer
47 final int retval = readUnsignedShort();
53 final int retval = readUnsignedShort();
54 return (retval << 16) + readUnsignedShort();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java42 public int readUnsignedShort(); method in interface:BinaryDictDecoderUtils.DictBuffer
67 public int readUnsignedShort() { method in class:BinaryDictDecoderUtils.ByteBufferDictBuffer
74 return (retval << 16) + readUnsignedShort();
261 character += dictBuffer.readUnsignedShort();
H A DVer2DictDecoder.java55 return dictBuffer.readUnsignedShort();
68 dictBuffer.readUnsignedShort(); // skip the size
95 bigramAddress += sign * dictBuffer.readUnsignedShort();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DSwappedDataInputStream.java219 public int readUnsignedShort() method in class:SwappedDataInputStream
/packages/apps/Camera2/src/com/android/camera/exif/
H A DCountedDataInputStream.java105 public int readUnsignedShort() throws IOException { method in class:CountedDataInputStream
H A DExifParser.java324 mNumOfTagInIfd = mTiffStream.readUnsignedShort();
709 value[i] = readUnsignedShort();
762 int length = dataStream.readUnsignedShort();
837 protected int readUnsignedShort() throws IOException { method in class:ExifParser
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java105 public int readUnsignedShort() throws IOException { method in class:CountedDataInputStream
H A DExifParser.java324 mNumOfTagInIfd = mTiffStream.readUnsignedShort();
709 value[i] = readUnsignedShort();
762 int length = dataStream.readUnsignedShort();
837 protected int readUnsignedShort() throws IOException { method in class:ExifParser
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java105 public int readUnsignedShort() throws IOException { method in class:CountedDataInputStream
H A DExifParser.java324 mNumOfTagInIfd = mTiffStream.readUnsignedShort();
709 value[i] = readUnsignedShort();
762 int length = dataStream.readUnsignedShort();
837 protected int readUnsignedShort() throws IOException { method in class:ExifParser
/packages/apps/Mms/src/com/android/mms/exif/
H A DCountedDataInputStream.java105 public int readUnsignedShort() throws IOException { method in class:CountedDataInputStream
H A DExifParser.java326 mNumOfTagInIfd = mTiffStream.readUnsignedShort();
711 value[i] = readUnsignedShort();
764 int length = dataStream.readUnsignedShort();
839 protected int readUnsignedShort() throws IOException { method in class:ExifParser
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 424 milliseconds