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/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