Searched defs:FLAG_HAS_BIGRAMS (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java68 * | has bigrams ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_BIGRAMS
107 * | IF FLAG_IS_TERMINAL && FLAG_HAS_BIGRAMS
183 static final int FLAG_HAS_BIGRAMS = 0x04; field in class:FormatSpec
/packages/inputmethods/LatinIME/native/jni/src/
H A Dbinary_format.h45 static const int FLAG_HAS_BIGRAMS = 0x04; member in class:latinime::BinaryFormat
269 if (FLAG_HAS_BIGRAMS & flags) {

Completed in 166 milliseconds