Searched refs:getDictDecoder (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictIOUtils.java | 44 public static DictDecoder getDictDecoder(final File dictFile, final long offset, in getDictDecoder() method in BinaryDictIOUtils 49 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 56 return getDictDecoder(dictFile, offset, length, DictDecoder.USE_READONLY_BYTEBUFFER); in getDictDecoder()
|
D | BinaryDictDecoderEncoderTests.java | 219 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length(), in timeReadingAndCheckDict() 299 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length(), in testCharacterTableIsPresent() 415 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length(), 540 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length(),
|
D | BinaryDictDecoderUtils.java | 420 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length()); in isBinaryDictionary()
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | DictionaryMaker.java | 234 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length()); in readBinaryFile()
|
D | BinaryDictOffdeviceUtils.java | 286 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder( in getDictionary()
|
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/ |
D | BinaryDictOffdeviceUtilsTests.java | 111 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(decodeSpec.mResult, 0, in testGetRawDictWorks()
|