Home
last modified time | relevance | path

Searched refs:mWordProperty (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer4DictDecoder.java72 final WordProperty wordProperty = result.mWordProperty; in readDictionaryBinary()
DBinaryDictDecoderEncoderTests.java660 final WordProperty wordProperty = result.mWordProperty;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java711 final WordProperty wordProperty = result.mWordProperty; in dumpAllWordsForDebug()
743 final WordProperty wordProperty = nextWordPropertyResult.mWordProperty; in getWordPropertiesForSyncing()
DBinaryDictionary.java421 public WordProperty mWordProperty; field in BinaryDictionary.GetNextWordPropertyResult
425 mWordProperty = wordProperty; in GetNextWordPropertyResult()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java859 final WordProperty wordProperty = result.mWordProperty; in testIterateAllWords()