Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java210 static final int FLAG_BIGRAM_SHORTCUT_ATTR_FREQUENCY = 0x0F; field in FormatSpec
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictEncoderUtils.java588 & FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_FREQUENCY; in makeBigramFlags()