Searched defs:hasBigrams (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
H A Dpatricia_trie_reading_utils.h68 static AK_FORCE_INLINE bool hasBigrams(const NodeFlags flags) { function in class:latinime::PatriciaTrieReadingUtils
82 const bool hasBigrams, const bool hasMultipleChars,
89 nodeFlags = hasBigrams ? (nodeFlags | FLAG_HAS_BIGRAMS) : nodeFlags;
80 createAndGetFlags(const bool isBlacklisted, const bool isNotAWord, const bool isTerminal, const bool hasShortcutTargets, const bool hasBigrams, const bool hasMultipleChars, const int childrenPositionFieldSize) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java612 * @param hasBigrams whether the PtNode has bigrams.
619 final int childrenAddressSize, final boolean hasShortcuts, final boolean hasBigrams,
646 if (hasBigrams) flags |= FormatSpec.FLAG_HAS_BIGRAMS;
737 final boolean hasBigrams = dictionary.hasBigrams();
740 + (hasBigrams ? FormatSpec.CONTAINS_BIGRAMS_FLAG : 0)
618 makePtNodeFlags(final boolean hasMultipleChars, final boolean isTerminal, final int childrenAddressSize, final boolean hasShortcuts, final boolean hasBigrams, final boolean isNotAWord, final boolean isBlackListEntry, final FormatOptions formatOptions) argument
H A DFusionDictionary.java741 public boolean hasBigrams() { method in class:FusionDictionary

Completed in 131 milliseconds