HomeSort by relevance Sort by last modified time
    Searched defs:copyShortcutListFromDictContent (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
shortcut_dict_content.cpp 74 if (!copyShortcutListFromDictContent(originalShortcutListPos, originalShortcutDictContent,
96 return copyShortcutListFromDictContent(shortcutListPos, this, toPos);
99 bool ShortcutDictContent::copyShortcutListFromDictContent(const int shortcutListPos,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
shortcut_dict_content.cpp 89 if (!copyShortcutListFromDictContent(originalShortcutListPos, originalShortcutDictContent,
111 return copyShortcutListFromDictContent(shortcutListPos, this, toPos);
114 bool ShortcutDictContent::copyShortcutListFromDictContent(const int shortcutListPos,

Completed in 1163 milliseconds