Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp41 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in getShortcutEntryAndAdvancePosition()
122 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in setProbability()
126 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in setProbability()
135 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos)) { in writeShortcutEntryAndAdvancePosition()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp50 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in getShortcutEntryAndAdvancePosition()
137 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in setProbability()
141 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in setProbability()
150 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos)) { in writeShortcutEntryAndAdvancePosition()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_constants.h74 static const int SHORTCUT_FLAGS_FIELD_SIZE; variable
Dver4_dict_constants.cpp75 const int Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE = 1; member in latinime::backward::v402::Ver4DictConstants
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_constants.h63 static const int SHORTCUT_FLAGS_FIELD_SIZE; variable
Dver4_dict_constants.cpp64 const int Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE = 1; member in latinime::Ver4DictConstants