Searched defs:copyShortcutListFromDictContent (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dshortcut_dict_content.cpp89 if (!copyShortcutListFromDictContent(originalShortcutListPos, originalShortcutDictContent,
111 return copyShortcutListFromDictContent(shortcutListPos, this, toPos);
114 bool ShortcutDictContent::copyShortcutListFromDictContent(const int shortcutListPos, function in class:latinime::backward::v402::ShortcutDictContent
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dshortcut_dict_content.cpp74 if (!copyShortcutListFromDictContent(originalShortcutListPos, originalShortcutDictContent,
96 return copyShortcutListFromDictContent(shortcutListPos, this, toPos);
99 bool ShortcutDictContent::copyShortcutListFromDictContent(const int shortcutListPos, function in class:latinime::ShortcutDictContent

Completed in 110 milliseconds