Home
last modified time | relevance | path

Searched refs:SHORTCUT_LIST_SIZE_FIELD_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
H A Dshortcut_list_reading_utils.cpp29 const int ShortcutListReadingUtils::SHORTCUT_LIST_SIZE_FIELD_SIZE = 2; member in latinime::ShortcutListReadingUtils
43 - SHORTCUT_LIST_SIZE_FIELD_SIZE; in getShortcutListSizeAndForwardPointer()
H A Dshortcut_list_reading_utils.h48 return SHORTCUT_LIST_SIZE_FIELD_SIZE; in getShortcutListSizeFieldSize()
68 static const int SHORTCUT_LIST_SIZE_FIELD_SIZE; variable