Home
last modified time | relevance | path

Searched refs:getShortcutListSizeAndForwardPointer (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
Dshortcut_list_reading_utils.h44 static int getShortcutListSizeAndForwardPointer(const ReadOnlyByteArrayView buffer,
52 const int shortcutListSize = getShortcutListSizeAndForwardPointer(buffer, pos); in skipShortcuts()
Dshortcut_list_reading_utils.cpp39 /* static */ int ShortcutListReadingUtils::getShortcutListSizeAndForwardPointer( in getShortcutListSizeAndForwardPointer() function in latinime::ShortcutListReadingUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/shortcut/
Dshortcut_list_policy.h40 ShortcutListReadingUtils::getShortcutListSizeAndForwardPointer(mBuffer, &listPos); in getStartPos()
63 ::getShortcutListSizeAndForwardPointer(mBuffer, pos); in skipAllShortcuts()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp463 ShortcutListReadingUtils::getShortcutListSizeAndForwardPointer(mBuffer, &shortcutPos); in getWordProperty()