Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp72 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 …]
Dshortcut_dict_content.h65 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/
Dshortcut_dict_content.cpp87 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 …]
Dshortcut_dict_content.h72 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/
Dver4_shortcut_list_policy.h58 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/
Dver4_shortcut_list_policy.h68 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()