Home
last modified time | relevance | path

Searched defs:hasBigrams (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpatricia_trie_reading_utils.h73 static AK_FORCE_INLINE bool hasBigrams(const NodeFlags flags) { in hasBigrams() function
87 const bool hasBigrams, const bool hasMultipleChars, in createAndGetFlags()
H A Dpt_node_params.h155 AK_FORCE_INLINE bool hasBigrams() const { in hasBigrams() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_node_writer.cpp329 const bool hasBigrams = mBuffers->getBigramDictContent()->getBigramListHeadPos( in updatePtNodeHasBigramsAndShortcutTargetsFlags() local
415 const bool hasShortcutTargets, const bool hasBigrams, const bool hasMultipleChars) { in updatePtNodeFlags()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java517 final int childrenAddressSize, final boolean hasBigrams, in makePtNodeFlags()