Home
last modified time | relevance | path

Searched refs:FLAG_BIGRAM_SHORTCUT_ATTR_FREQUENCY (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer2DictDecoder.java73 targetFlags & FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_FREQUENCY)); in readShortcut()
106 bigramFlags & FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_FREQUENCY, in readBigramAddresses()
DBinaryDictEncoderUtils.java655 & FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_FREQUENCY; in makeBigramFlags()
706 + (frequency & FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_FREQUENCY); in makeShortcutFlags()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java236 static final int FLAG_BIGRAM_SHORTCUT_ATTR_FREQUENCY = 0x0F; field in FormatSpec