Home
last modified time | relevance | path

Searched refs:createNewShortcutList (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/
H A Dver4_shortcut_list_policy.h71 if (!mShortcutDictContent->createNewShortcutList(terminalId)) { in addNewShortcut()
84 if (!mShortcutDictContent->createNewShortcutList(terminalId)) { in addNewShortcut()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/
H A Dver4_shortcut_list_policy.h61 if (!mShortcutDictContent->createNewShortcutList(terminalId)) { in addNewShortcut()
74 if (!mShortcutDictContent->createNewShortcutList(terminalId)) { in addNewShortcut()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dshortcut_dict_content.h70 bool createNewShortcutList(const int terminalId);
H A Dshortcut_dict_content.cpp105 bool ShortcutDictContent::createNewShortcutList(const int terminalId) { in createNewShortcutList() function in latinime::backward::v402::ShortcutDictContent
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dshortcut_dict_content.h63 bool createNewShortcutList(const int terminalId);
H A Dshortcut_dict_content.cpp90 bool ShortcutDictContent::createNewShortcutList(const int terminalId) { in createNewShortcutList() function in latinime::ShortcutDictContent