Home
last modified time | relevance | path

Searched defs:dictDecoder (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer2DictDecoderTests.java70 final Ver2DictDecoder dictDecoder = new Ver2DictDecoder(testFile, 0, testFile.length(), in runTestOpenBuffer() local
112 final Ver2DictDecoder dictDecoder = new Ver2DictDecoder(testFile, 0, testFile.length(), in runTestGetBuffer() local
DBinaryDictIOUtils.java87 private static void readUnigramsAndBigramsBinaryInner(final DictDecoder dictDecoder, in readUnigramsAndBigramsBinaryInner()
158 /* package */ static void readUnigramsAndBigramsBinary(final DictDecoder dictDecoder, in readUnigramsAndBigramsBinary()
179 /* package */ static int getTerminalPosition(final DictDecoder dictDecoder, in getTerminalPosition()
DBinaryDictDecoderUtils.java289 /* package for tests */ static WeightedString getWordAtPosition(final DictDecoder dictDecoder, in getWordAtPosition()
300 final DictDecoder dictDecoder, final int headerSize, final int pos) { in getWordAtPositionWithoutParentAddress()
355 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length()); in isBinaryDictionary() local
DBinaryDictDecoderEncoderTests.java249 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length(), in timeReadingAndCheckDict() local
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtilsTests.java80 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(decodeSpec.mFile, 0, in testGetRawDictWorks() local
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java203 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder( in getDictionary() local
DDictionaryMaker.java272 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length()); in readBinaryFile() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryDecayingTests.java172 final DictDecoder dictDecoder = in testReadDictInJavaSide() local