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

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

Completed in 284 milliseconds