Home
last modified time | relevance | path

Searched refs:getShortcutEntryAndAdvancePosition (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dshortcut_dict_content.cpp23 void ShortcutDictContent::getShortcutEntryAndAdvancePosition(const int maxCodePointCount, in getShortcutEntryAndAdvancePosition() function in latinime::ShortcutDictContent
108 sourceShortcutDictContent->getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, in copyShortcutListFromDictContent()
157 getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, targetCodePoints, &targetCodePointCount, in findShortcutEntryAndGetPos()
H A Dshortcut_dict_content.h45 return getShortcutEntryAndAdvancePosition(maxCodePointCount, outCodePoint, in getShortcutEntry()
49 void getShortcutEntryAndAdvancePosition(const int maxCodePointCount,
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dshortcut_dict_content.cpp32 void ShortcutDictContent::getShortcutEntryAndAdvancePosition(const int maxCodePointCount, in getShortcutEntryAndAdvancePosition() function in latinime::backward::v402::ShortcutDictContent
123 sourceShortcutDictContent->getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, in copyShortcutListFromDictContent()
172 getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, targetCodePoints, &targetCodePointCount, in findShortcutEntryAndGetPos()
H A Dshortcut_dict_content.h54 return getShortcutEntryAndAdvancePosition(maxCodePointCount, outCodePoint, in getShortcutEntry()
58 void getShortcutEntryAndAdvancePosition(const int maxCodePointCount,
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/
H A Dver4_shortcut_list_policy.h55 mShortcutDictContent->getShortcutEntryAndAdvancePosition(maxCodePointCount, in getNextShortcut()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/
H A Dver4_shortcut_list_policy.h45 mShortcutDictContent->getShortcutEntryAndAdvancePosition(maxCodePointCount, in getNextShortcut()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.cpp554 shortcutDictContent->getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, shortcutTarget, in getWordProperty()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_policy.cpp610 shortcutDictContent->getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, shortcutTarget, in getWordProperty()