Home
last modified time | relevance | path

Searched refs:getDictDecoder (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java44 public static DictDecoder getDictDecoder(final File dictFile, final long offset, in getDictDecoder() method in BinaryDictIOUtils
54 public static DictDecoder getDictDecoder(final File dictFile, final long offset, in getDictDecoder() method in BinaryDictIOUtils
64 public static DictDecoder getDictDecoder(final File dictFile, final long offset, in getDictDecoder() method in BinaryDictIOUtils
66 return getDictDecoder(dictFile, offset, length, DictDecoder.USE_READONLY_BYTEBUFFER); in getDictDecoder()
DBinaryDictDecoderEncoderTests.java249 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length(), in timeReadingAndCheckDict()
411 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length(),
536 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length(),
DBinaryDictDecoderUtils.java355 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length()); in isBinaryDictionary()
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtilsTests.java80 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(decodeSpec.mFile, 0, in testGetRawDictWorks()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java203 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder( in getDictionary()
DDictionaryMaker.java272 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length()); in readBinaryFile()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryDecayingTests.java173 BinaryDictIOUtils.getDictDecoder(dictFile, 0, dictFile.length()); in testReadDictInJavaSide()