Home
last modified time | relevance | path

Searched refs:GetNextWordPropertyResult (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java420 public static class GetNextWordPropertyResult { class in BinaryDictionary
424 public GetNextWordPropertyResult(final WordProperty wordProperty, final int nextToken) { in GetNextWordPropertyResult() method in BinaryDictionary.GetNextWordPropertyResult
434 public GetNextWordPropertyResult getNextWordProperty(final int token) { in getNextWordProperty()
440 return new GetNextWordPropertyResult( in getNextWordProperty()
DExpandableBinaryDictionary.java709 final BinaryDictionary.GetNextWordPropertyResult result = in dumpAllWordsForDebug()
741 final BinaryDictionary.GetNextWordPropertyResult nextWordPropertyResult = in getWordPropertiesForSyncing()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer4DictDecoder.java70 final BinaryDictionary.GetNextWordPropertyResult result = in readDictionaryBinary()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java830 final BinaryDictionary.GetNextWordPropertyResult result = in testIterateAllWords()