Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java21 import com.android.inputmethod.latin.makedict.DictDecoder.DictionaryBufferFactory;
44 public static DictDecoder getDictDecoder(final File dictFile, final long offset, in getDictDecoder()
49 public static DictDecoder getDictDecoder(final File dictFile, final long offset, in getDictDecoder()
54 public static DictDecoder getDictDecoder(final File dictFile, final long offset, in getDictDecoder()
56 return getDictDecoder(dictFile, offset, length, DictDecoder.USE_READONLY_BYTEBUFFER); in getDictDecoder()
77 private static void readUnigramsAndBigramsBinaryInner(final DictDecoder dictDecoder, in readUnigramsAndBigramsBinaryInner()
148 /* package */ static void readUnigramsAndBigramsBinary(final DictDecoder dictDecoder, in readUnigramsAndBigramsBinary()
169 /* package */ static int getTerminalPosition(final DictDecoder dictDecoder, in getTerminalPosition()
DBinaryDictDecoderUtils.java317 /* package for tests */ static WeightedString getWordAtPosition(final DictDecoder dictDecoder, in getWordAtPosition()
328 final DictDecoder dictDecoder, final int headerSize, final int pos) { in getWordAtPositionWithoutParentAddress()
420 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length()); in isBinaryDictionary()
DAbstractDictDecoder.java29 public abstract class AbstractDictDecoder implements DictDecoder {
DDictDecoder.java37 public interface DictDecoder { interface
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java21 import com.android.inputmethod.latin.makedict.DictDecoder;
286 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder( in getDictionary()
288 DictDecoder.USE_BYTEARRAY); in getDictionary()
DDictionaryMaker.java21 import com.android.inputmethod.latin.makedict.DictDecoder;
234 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(file, 0, file.length()); in readBinaryFile()
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtilsTests.java26 import com.android.inputmethod.latin.makedict.DictDecoder;
111 final DictDecoder dictDecoder = BinaryDictIOUtils.getDictDecoder(decodeSpec.mResult, 0, in testGetRawDictWorks()