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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
H A Dpatricia_trie_reading_utils.h69 return (flags & FLAG_HAS_BIGRAMS) != 0;
89 nodeFlags = hasBigrams ? (nodeFlags | FLAG_HAS_BIGRAMS) : nodeFlags;
115 static const NodeFlags FLAG_HAS_BIGRAMS; member in class:latinime::PatriciaTrieReadingUtils
H A Dpatricia_trie_reading_utils.cpp39 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 DVer3DictDecoder.java167 if (0 != (flags & FormatSpec.FLAG_HAS_BIGRAMS)) {
249 if ((flags & FormatSpec.FLAG_HAS_BIGRAMS) != 0) {
H A DFormatSpec.java108 * | has bigrams ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_BIGRAMS
155 * | IF FLAG_IS_TERMINAL && FLAG_HAS_BIGRAMS
233 static final int FLAG_HAS_BIGRAMS = 0x04; field in class:FormatSpec
H A DDynamicBinaryDictIOUtils.java357 (currentInfo.mFlags & FormatSpec.FLAG_HAS_BIGRAMS) != 0,
H A DVer4DictDecoder.java241 if (0 != (flags & FormatSpec.FLAG_HAS_BIGRAMS)) {
H A DBinaryDictEncoderUtils.java646 if (hasBigrams) flags |= FormatSpec.FLAG_HAS_BIGRAMS;

Completed in 63 milliseconds