HomeSort by relevance Sort by last modified time
    Searched refs:ShortcutProperty (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
unigram_property.h 29 class ShortcutProperty {
31 ShortcutProperty(const std::vector<int> &&targetCodePoints, const int probability)
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/
patricia_trie_policy.cpp 459 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 600 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 544 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 370 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
    [all...]

Completed in 187 milliseconds