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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderEncoderTests.java267 private DictDecoder getDictDecoder(final File file, final int bufferType, method in class:BinaryDictDecoderEncoderTests
271 return FormatSpec.getDictDecoder(new File(getContext().getCacheDir(),
274 return FormatSpec.getDictDecoder(file, bufferType);
287 final DictDecoder dictDecoder = getDictDecoder(file, bufferType, formatOptions,
446 final DictDecoder dictDecoder = getDictDecoder(file, bufferType, formatOptions,
580 final DictDecoder dictDecoder = getDictDecoder(file, DictDecoder.USE_BYTEARRAY,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java395 public static DictDecoder getDictDecoder(final File dictFile, final int bufferType) { method in class:FormatSpec
404 public static DictDecoder getDictDecoder(final File dictFile, method in class:FormatSpec
414 public static DictDecoder getDictDecoder(final File dictFile) { method in class:FormatSpec
415 return getDictDecoder(dictFile, DictDecoder.USE_READONLY_BYTEBUFFER);

Completed in 36 milliseconds