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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
unigram_property.h 94 const std::vector<ShortcutProperty> &getShortcuts() const {
word_property.cpp 65 for (const auto &shortcut : mUnigramProperty.getShortcuts()) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 211 for (const auto &shortcut : unigramProperty->getShortcuts()) {
236 if (unigramProperty->getShortcuts().size() > 0) {
244 for (const auto &shortcut : unigramProperty->getShortcuts()) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 201 for (const auto &shortcut : unigramProperty->getShortcuts()) {
226 if (unigramProperty->getShortcuts().size() > 0) {
234 for (const auto &shortcut : unigramProperty->getShortcuts()) {

Completed in 39 milliseconds