Searched refs:toPos (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | shortcut_dict_content.cpp | 95 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()
|
D | shortcut_dict_content.h | 65 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/ |
D | shortcut_dict_content.cpp | 110 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()
|
D | bigram_dict_content.cpp | 127 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()
|
D | shortcut_dict_content.h | 72 bool copyShortcutList(const int shortcutListPos, const int toPos); 94 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos);
|
D | bigram_dict_content.h | 88 bool copyBigramList(const int bigramListPos, const int toPos, int *const outTailEntryPos); 126 const BigramDictContent *const sourceBigramDictContent, const int toPos,
|