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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
H A Dunigram_property.h29 class ShortcutProperty { class in class:latinime::UnigramProperty
31 ShortcutProperty(const std::vector<int> &&targetCodePoints, const int probability) function in class:latinime::UnigramProperty::ShortcutProperty
45 DISALLOW_DEFAULT_CONSTRUCTOR(ShortcutProperty);
59 const HistoricalInfo historicalInfo, const std::vector<ShortcutProperty> &&shortcuts)
77 const HistoricalInfo historicalInfo, const std::vector<ShortcutProperty> &&shortcuts)
120 const std::vector<ShortcutProperty> &getShortcuts() const {
134 const std::vector<ShortcutProperty> mShortcuts;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp459 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_policy.cpp600 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.cpp544 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp370 std::vector<UnigramProperty::ShortcutProperty> shortcuts;

Completed in 236 milliseconds