Home
last modified time | relevance | path

Searched refs:WHITELIST_SHORTCUT_PROBABILITY (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
Dshortcut_list_reading_utils.h57 return getProbabilityFromFlags(flags) == WHITELIST_SHORTCUT_PROBABILITY; in isWhitelist()
69 static const int WHITELIST_SHORTCUT_PROBABILITY; variable
Dshortcut_list_reading_utils.cpp31 const int ShortcutListReadingUtils::WHITELIST_SHORTCUT_PROBABILITY = 15; member in latinime::ShortcutListReadingUtils