Searched refs:SHORTCUT_HAS_NEXT_MASK (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_dict_constants.h76 static const int SHORTCUT_HAS_NEXT_MASK; member in class:latinime::backward::v402::Ver4DictConstants
H A Dver4_dict_constants.cpp77 const int Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK = 0x80; member in class:latinime::backward::v402::Ver4DictConstants
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_dict_constants.h65 static const int SHORTCUT_HAS_NEXT_MASK; member in class:latinime::Ver4DictConstants
H A Dver4_dict_constants.cpp66 const int Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK = 0x80; member in class:latinime::Ver4DictConstants
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dshortcut_dict_content.cpp55 *outhasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK;
138 const bool hasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK;
194 | (hasNext ? Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK : 0);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dshortcut_dict_content.cpp46 *outhasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK;
123 const bool hasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK;
179 | (hasNext ? Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK : 0);

Completed in 75 milliseconds