Searched refs:FLAG_HAS_BIGRAMS (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
H A Dpatricia_trie_reading_utils.h72 return (flags & FLAG_HAS_BIGRAMS) != 0;
92 nodeFlags = hasBigrams ? (nodeFlags | FLAG_HAS_BIGRAMS) : nodeFlags;
125 static const NodeFlags FLAG_HAS_BIGRAMS; member in class:latinime::PatriciaTrieReadingUtils
H A Dpatricia_trie_reading_utils.cpp41 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_HAS_BIGRAMS = 0x04; member in class:latinime::PtReadingUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java97 * | has bigrams ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_BIGRAMS
136 * | IF FLAG_IS_TERMINAL && FLAG_HAS_BIGRAMS
219 static final int FLAG_HAS_BIGRAMS = 0x04; field in class:FormatSpec
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer2DictDecoder.java240 if (0 != (flags & FormatSpec.FLAG_HAS_BIGRAMS)) {
H A DBinaryDictEncoderUtils.java607 if (hasBigrams) flags |= FormatSpec.FLAG_HAS_BIGRAMS;

Completed in 42 milliseconds