HomeSort by relevance Sort by last modified time
    Searched defs:readDictionaryBinary (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictDecoder.java 66 public FusionDictionary readDictionaryBinary(final FusionDictionary dict,
Ver3DictDecoder.java 183 public FusionDictionary readDictionaryBinary(final FusionDictionary dict,
190 return BinaryDictDecoderUtils.readDictionaryBinary(this, dict);
Ver4DictDecoder.java 281 public FusionDictionary readDictionaryBinary(final FusionDictionary dict,
288 return BinaryDictDecoderUtils.readDictionaryBinary(this, dict);
BinaryDictDecoderUtils.java 279 // readDictionaryBinary is the public entry point for them.
552 /* package */ static FusionDictionary readDictionaryBinary(final DictDecoder dictDecoder,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtils.java 137 public static void readDictionaryBinary(final DictDecoder dictDecoder,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtilsTests.java 154 UserHistoryDictIOUtils.readDictionaryBinary(dictDecoder, listener);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DecayingExpandableBinaryDictionaryBase.java 198 UserHistoryDictIOUtils.readDictionaryBinary(dictDecoder, listener);

Completed in 103 milliseconds