Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp95 bool ShortcutDictContent::copyShortcutList(const int shortcutListPos, const int toPos) { in copyShortcutList() argument
96 return copyShortcutListFromDictContent(shortcutListPos, this, toPos); in copyShortcutList()
100 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos) { in copyShortcutListFromDictContent() argument
103 int writingPos = toPos; in copyShortcutListFromDictContent()
Dshortcut_dict_content.h65 bool copyShortcutList(const int shortcutListPos, const int toPos);
87 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp110 bool ShortcutDictContent::copyShortcutList(const int shortcutListPos, const int toPos) { in copyShortcutList() argument
111 return copyShortcutListFromDictContent(shortcutListPos, this, toPos); in copyShortcutList()
115 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos) { in copyShortcutListFromDictContent() argument
118 int writingPos = toPos; in copyShortcutListFromDictContent()
Dbigram_dict_content.cpp127 bool BigramDictContent::copyBigramList(const int bigramListPos, const int toPos, in copyBigramList() argument
130 int writingPos = toPos; in copyBigramList()
183 const BigramDictContent *const sourceBigramDictContent, const int toPos, in runGCBigramList() argument
188 int writingPos = toPos; in runGCBigramList()
Dshortcut_dict_content.h72 bool copyShortcutList(const int shortcutListPos, const int toPos);
94 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos);
Dbigram_dict_content.h88 bool copyBigramList(const int bigramListPos, const int toPos, int *const outTailEntryPos);
126 const BigramDictContent *const sourceBigramDictContent, const int toPos,