Searched refs:shortcutListPos (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | shortcut_dict_content.cpp | 72 const int shortcutListPos = getContentBuffer()->getTailPosition(); in runGC() local 75 shortcutListPos)) { in runGC() 77 originalShortcutListPos, shortcutListPos); in runGC() 81 if (!getUpdatableAddressLookupTable()->set(it->second, shortcutListPos)) { in runGC() 83 it->second, shortcutListPos); in runGC() 95 bool ShortcutDictContent::copyShortcutList(const int shortcutListPos, const int toPos) { in copyShortcutList() argument 96 return copyShortcutListFromDictContent(shortcutListPos, this, toPos); in copyShortcutList() 99 bool ShortcutDictContent::copyShortcutListFromDictContent(const int shortcutListPos, in copyShortcutListFromDictContent() argument 102 int readingPos = shortcutListPos; in copyShortcutListFromDictContent() 148 int ShortcutDictContent::findShortcutEntryAndGetPos(const int shortcutListPos, in findShortcutEntryAndGetPos() argument [all …]
|
D | shortcut_dict_content.h | 65 bool copyShortcutList(const int shortcutListPos, const int toPos); 80 int findShortcutEntryAndGetPos(const int shortcutListPos, 86 bool copyShortcutListFromDictContent(const int shortcutListPos,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
D | shortcut_dict_content.cpp | 87 const int shortcutListPos = getContentBuffer()->getTailPosition(); in runGC() local 90 shortcutListPos)) { in runGC() 92 originalShortcutListPos, shortcutListPos); in runGC() 96 if (!getUpdatableAddressLookupTable()->set(it->second, shortcutListPos)) { in runGC() 98 it->second, shortcutListPos); in runGC() 110 bool ShortcutDictContent::copyShortcutList(const int shortcutListPos, const int toPos) { in copyShortcutList() argument 111 return copyShortcutListFromDictContent(shortcutListPos, this, toPos); in copyShortcutList() 114 bool ShortcutDictContent::copyShortcutListFromDictContent(const int shortcutListPos, in copyShortcutListFromDictContent() argument 117 int readingPos = shortcutListPos; in copyShortcutListFromDictContent() 163 int ShortcutDictContent::findShortcutEntryAndGetPos(const int shortcutListPos, in findShortcutEntryAndGetPos() argument [all …]
|
D | shortcut_dict_content.h | 72 bool copyShortcutList(const int shortcutListPos, const int toPos); 87 int findShortcutEntryAndGetPos(const int shortcutListPos, 93 bool copyShortcutListFromDictContent(const int shortcutListPos,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/ |
D | ver4_shortcut_list_policy.h | 58 const int shortcutListPos = mShortcutDictContent->getShortcutListHeadPos(terminalId); in addNewShortcut() local 59 if (shortcutListPos == NOT_A_DICT_POS) { in addNewShortcut() 69 const int entryPos = mShortcutDictContent->findShortcutEntryAndGetPos(shortcutListPos, in addNewShortcut() 85 return mShortcutDictContent->copyShortcutList(shortcutListPos, writingPos); in addNewShortcut()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/ |
D | ver4_shortcut_list_policy.h | 68 const int shortcutListPos = mShortcutDictContent->getShortcutListHeadPos(terminalId); in addNewShortcut() local 69 if (shortcutListPos == NOT_A_DICT_POS) { in addNewShortcut() 79 const int entryPos = mShortcutDictContent->findShortcutEntryAndGetPos(shortcutListPos, in addNewShortcut() 95 return mShortcutDictContent->copyShortcutList(shortcutListPos, writingPos); in addNewShortcut()
|