OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDictDecoder
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java
44
public static DictDecoder
getDictDecoder
(final File dictFile, final long offset,
49
public static DictDecoder
getDictDecoder
(final File dictFile, final long offset,
54
public static DictDecoder
getDictDecoder
(final File dictFile, final long offset,
56
return
getDictDecoder
(dictFile, offset, length, DictDecoder.USE_READONLY_BYTEBUFFER);
BinaryDictDecoderUtils.java
420
final DictDecoder dictDecoder = BinaryDictIOUtils.
getDictDecoder
(file, 0, file.length());
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java
234
final DictDecoder dictDecoder = BinaryDictIOUtils.
getDictDecoder
(file, 0, file.length());
BinaryDictOffdeviceUtils.java
286
final DictDecoder dictDecoder = BinaryDictIOUtils.
getDictDecoder
(
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java
111
final DictDecoder dictDecoder = BinaryDictIOUtils.
getDictDecoder
(decodeSpec.mResult, 0,
Completed in 75 milliseconds