Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
Dunigram_property.h28 class ShortcutProperty {
30 ShortcutProperty(const std::vector<int> *const targetCodePoints, const int probability) in ShortcutProperty() function
43 DISALLOW_DEFAULT_CONSTRUCTOR(ShortcutProperty);
57 const int count, const std::vector<ShortcutProperty> *const shortcuts) in UnigramProperty()
94 const std::vector<ShortcutProperty> &getShortcuts() const { in getShortcuts()
111 std::vector<ShortcutProperty> mShortcuts;
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp299 const std::vector<UnigramProperty::ShortcutProperty> shortcuts; in addNgramEntry()
498 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp287 const std::vector<UnigramProperty::ShortcutProperty> shortcuts; in addNgramEntry()
486 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp359 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in latinime_BinaryDictionary_addUnigramEntry()
474 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in latinime_BinaryDictionary_addMultipleDictionaryEntries()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
Dpatricia_trie_policy.cpp414 std::vector<UnigramProperty::ShortcutProperty> shortcuts; in getWordProperty()