Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java204 static final int FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT = 0x80; field in FormatSpec
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictEncoderUtils.java563 int bigramFlags = (more ? FormatSpec.FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT : 0) in makeBigramFlags()