Searched refs:readDictionaryBinary (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUserHistoryDictIOUtils.java175 public static void readDictionaryBinary(final FusionDictionaryBufferInterface buffer, method in class:UserHistoryDictIOUtils
H A DUserHistoryDictionary.java261 UserHistoryDictIOUtils.readDictionaryBinary(
/packages/inputmethods/LatinIME/tools/dicttool/src/android/inputmethod/latin/dicttool/
H A DDictionaryMaker.java247 return BinaryDictInputOutput.readDictionaryBinary(
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DUserHistoryDictIOUtilsTests.java154 UserHistoryDictIOUtils.readDictionaryBinary(
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictIOTests.java243 // Tests for readDictionaryBinary and writeDictionaryBinary
255 dict = BinaryDictInputOutput.readDictionaryBinary(buffer, null);
267 // Tests for readDictionaryBinary and writeDictionaryBinary
434 return "readDictionaryBinary=" + fullReading + ", readUnigramsAndBigramsBinary=" + wordMap
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java1179 // readDictionaryBinary is the public entry point for them.
1621 public static FusionDictionary readDictionaryBinary( method in class:BinaryDictInputOutput

Completed in 428 milliseconds