OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteBufferDictBuffer
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictDecoder.java
169
return new BinaryDictDecoderUtils.
ByteBufferDictBuffer
(buffer);
224
return new BinaryDictDecoderUtils.
ByteBufferDictBuffer
(buffer);
BinaryDictDecoderUtils.java
70
public static final class
ByteBufferDictBuffer
implements DictBuffer {
73
public
ByteBufferDictBuffer
(final ByteBuffer buffer) {
606
final int version = getFormatVersion(new
ByteBufferDictBuffer
(buffer));
Completed in 25 milliseconds