Home
last modified time | relevance | path

Searched refs:getShortcuts (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp195 for (const auto &shortcut : unigramProperty->getShortcuts()) { in addUnigramEntry()
221 if (unigramProperty->getShortcuts().size() > 0) { in addUnigramEntry()
230 for (const auto &shortcut : unigramProperty->getShortcuts()) { in addUnigramEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp282 for (const auto &shortcut : unigramProperty->getShortcuts()) { in addUnigramEntry()
308 if (unigramProperty->getShortcuts().size() > 0) { in addUnigramEntry()
316 for (const auto &shortcut : unigramProperty->getShortcuts()) { in addUnigramEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dunigram_property.h120 const std::vector<ShortcutProperty> &getShortcuts() const { in getShortcuts() function
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.cpp98 for (const auto &shortcut : unigramProperty.getShortcuts()) { in outputWordProperty()