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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java1535 private static int getFormatVersion(final FusionDictionaryBufferInterface buffer) method in class:BinaryDictInputOutput
1551 final int version = getFormatVersion(buffer);
1672 final int version = getFormatVersion(new ByteBufferWrapper(buffer));

Completed in 64 milliseconds