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/suggest/core/dictionary/property/
unigram_property.h 28 class ShortcutProperty {
30 ShortcutProperty(const std::vector<int> *const targetCodePoints, const int probability)
43 DISALLOW_DEFAULT_CONSTRUCTOR(ShortcutProperty);
57 const int count, const std::vector<ShortcutProperty> *const shortcuts)
94 const std::vector<ShortcutProperty> &getShortcuts() const {
111 std::vector<ShortcutProperty> mShortcuts;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 287 const std::vector<UnigramProperty::ShortcutProperty> shortcuts;
486 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 299 const std::vector<UnigramProperty::ShortcutProperty> shortcuts;
498 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 414 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 359 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
474 std::vector<UnigramProperty::ShortcutProperty> shortcuts;
    [all...]

Completed in 225 milliseconds