HomeSort by relevance Sort by last modified time
    Searched refs:ByteBufferDictBuffer (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DictDecoder.java 157 return new BinaryDictDecoderUtils.ByteBufferDictBuffer(buffer);
212 return new BinaryDictDecoderUtils.ByteBufferDictBuffer(buffer);
BinaryDictDecoderUtils.java 59 public static final class ByteBufferDictBuffer implements DictBuffer {
62 public ByteBufferDictBuffer(final ByteBuffer buffer) {

Completed in 610 milliseconds