Home
last modified time | relevance | path

Searched defs:wordProperty (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer4DictDecoder.java77 final WordProperty wordProperty = result.mWordProperty; in readDictionaryBinary() local
DVer2DictDecoder.java271 final WordProperty wordProperty = result.mWordProperty; in readDictionaryBinary() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCombinedFormatUtils.java55 public static String formatWordProperty(final WordProperty wordProperty) { in formatWordProperty()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java1022 final WordProperty wordProperty = binaryDictionary.getWordProperty(word, in testGetWordProperties() local
1063 final WordProperty wordProperty = binaryDictionary.getWordProperty(word0, in testGetWordProperties() local
1152 final WordProperty wordProperty = result.mWordProperty; in testIterateAllWords() local
1196 WordProperty wordProperty = binaryDictionary.getWordProperty("aaa", in testAddShortcuts() local
1300 final WordProperty wordProperty = binaryDictionary.getWordProperty(word, in testAddManyShortcuts() local
1362 WordProperty wordProperty = binaryDictionary.getWordProperty("ccc", in testDictMigration() local
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp342 const WordProperty wordProperty = dictionary->getWordProperty(wordCodePoints, codePointCount); in latinime_BinaryDictionary_getWordProperty() local
570 const WordProperty wordProperty = dictionary->getWordProperty(wordCodePoints, in latinime_BinaryDictionary_migrateNative() local
594 const WordProperty wordProperty = dictionary->getWordProperty(wordCodePoints, in latinime_BinaryDictionary_migrateNative() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java688 final WordProperty wordProperty = result.mWordProperty; in dumpAllWordsForDebug() local
DBinaryDictionary.java403 public GetNextWordPropertyResult(final WordProperty wordProperty, final int nextToken) { in GetNextWordPropertyResult()