HomeSort by relevance Sort by last modified time
    Searched refs:SHORTCUT_PROBABILITY_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 75 static const int SHORTCUT_PROBABILITY_MASK;
ver4_dict_constants.cpp 76 const int Ver4DictConstants::SHORTCUT_PROBABILITY_MASK = 0x0F;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_dict_constants.h 66 static const int SHORTCUT_PROBABILITY_MASK;
ver4_dict_constants.cpp 73 const int Ver4DictConstants::SHORTCUT_PROBABILITY_MASK = 0x0F;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
shortcut_dict_content.cpp 52 *outProbability = shortcutFlags & Ver4DictConstants::SHORTCUT_PROBABILITY_MASK;
193 return (probability & Ver4DictConstants::SHORTCUT_PROBABILITY_MASK)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
shortcut_dict_content.cpp 43 *outProbability = shortcutFlags & Ver4DictConstants::SHORTCUT_PROBABILITY_MASK;
178 return (probability & Ver4DictConstants::SHORTCUT_PROBABILITY_MASK)

Completed in 37 milliseconds