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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 395 public static DictDecoder getDictDecoder(final File dictFile, final int bufferType) {
404 public static DictDecoder getDictDecoder(final File dictFile,
414 public static DictDecoder getDictDecoder(final File dictFile) {
415 return getDictDecoder(dictFile, DictDecoder.USE_READONLY_BYTEBUFFER);
BinaryDictIOUtils.java 488 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(file,
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 72 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(decodeSpec.mFile);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 267 private DictDecoder getDictDecoder(final File file, final int bufferType,
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,
BinaryDictIOUtilsTests.java 175 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(file);
233 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(file);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 232 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(f);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DecayingExpandableBinaryDictionaryBase.java 188 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(dictFile,
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java 194 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(decodedSpec.mFile,
DictionaryMaker.java 270 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(file);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtilsTests.java 146 final DictDecoder dictDecoder = FormatSpec.getDictDecoder(file, DictDecoder.USE_BYTEARRAY);

Completed in 140 milliseconds