HomeSort by relevance Sort by last modified time
    Searched refs:SHORTCUT_HAS_NEXT_MASK (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_constants.h 76 static const int SHORTCUT_HAS_NEXT_MASK;
ver4_dict_constants.cpp 77 const int Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK = 0x80;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_dict_constants.h 67 static const int SHORTCUT_HAS_NEXT_MASK;
ver4_dict_constants.cpp 74 const int Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK = 0x80;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
shortcut_dict_content.cpp 55 *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/suggest/policyimpl/dictionary/structure/v4/content/
shortcut_dict_content.cpp 46 *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 70 milliseconds