Searched refs:copyShortcutListFromDictContent (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
H A D | shortcut_dict_content.cpp | 74 if (!copyShortcutListFromDictContent(originalShortcutListPos, originalShortcutDictContent, in runGC() 96 return copyShortcutListFromDictContent(shortcutListPos, this, toPos); in copyShortcutList() 99 bool ShortcutDictContent::copyShortcutListFromDictContent(const int shortcutListPos, in copyShortcutListFromDictContent() function in latinime::ShortcutDictContent
|
H A D | shortcut_dict_content.h | 86 bool copyShortcutListFromDictContent(const int shortcutListPos,
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
H A D | shortcut_dict_content.cpp | 89 if (!copyShortcutListFromDictContent(originalShortcutListPos, originalShortcutDictContent, in runGC() 111 return copyShortcutListFromDictContent(shortcutListPos, this, toPos); in copyShortcutList() 114 bool ShortcutDictContent::copyShortcutListFromDictContent(const int shortcutListPos, in copyShortcutListFromDictContent() function in latinime::backward::v402::ShortcutDictContent
|
H A D | shortcut_dict_content.h | 93 bool copyShortcutListFromDictContent(const int shortcutListPos,
|