Home
last modified time | relevance | path

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

/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/makedict/
DVer4DictDecoder.java72 final WordProperty wordProperty = result.mWordProperty; in readDictionaryBinary()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java832 final WordProperty wordProperty = result.mWordProperty; in testIterateAllWords()