Searched refs:SHORTCUT_PROBABILITY_MASK (Results 1 – 6 of 6) sorted by relevance
43 *outProbability = shortcutFlags & Ver4DictConstants::SHORTCUT_PROBABILITY_MASK; in getShortcutEntryAndAdvancePosition()178 return (probability & Ver4DictConstants::SHORTCUT_PROBABILITY_MASK) in createAndGetShortcutFlags()
52 *outProbability = shortcutFlags & Ver4DictConstants::SHORTCUT_PROBABILITY_MASK; in getShortcutEntryAndAdvancePosition()193 return (probability & Ver4DictConstants::SHORTCUT_PROBABILITY_MASK) in createAndGetShortcutFlags()
75 static const int SHORTCUT_PROBABILITY_MASK; variable
76 const int Ver4DictConstants::SHORTCUT_PROBABILITY_MASK = 0x0F; member in latinime::backward::v402::Ver4DictConstants
64 static const int SHORTCUT_PROBABILITY_MASK; variable
65 const int Ver4DictConstants::SHORTCUT_PROBABILITY_MASK = 0x0F; member in latinime::Ver4DictConstants