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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpatricia_trie_reading_utils.h69 static AK_FORCE_INLINE bool hasShortcutTargets(const NodeFlags flags) { function in class:latinime::PatriciaTrieReadingUtils
86 const bool isNotAWord, const bool isTerminal, const bool hasShortcutTargets,
93 nodeFlags = hasShortcutTargets ? (nodeFlags | FLAG_HAS_SHORTCUT_TARGETS) : nodeFlags;
85 createAndGetFlags(const bool isPossiblyOffensive, const bool isNotAWord, const bool isTerminal, const bool hasShortcutTargets, const bool hasBigrams, const bool hasMultipleChars, const int childrenPositionFieldSize) argument
H A Dpt_node_params.h159 AK_FORCE_INLINE bool hasShortcutTargets() const { function in class:latinime::PtNodeParams
160 return PatriciaTrieReadingUtils::hasShortcutTargets(mFlags);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_node_writer.cpp249 sourcePtNodeParams.isTerminal(), sourcePtNodeParams.hasShortcutTargets(),
316 if (!ptNodeParams->hasShortcutTargets()) {
320 ptNodeParams->isTerminal(), true /* hasShortcutTargets */,
331 const bool hasShortcutTargets = mBuffers->getShortcutDictContent()->getShortcutListHeadPos( local
334 ptNodeParams->isNotAWord(), ptNodeParams->isTerminal(), hasShortcutTargets,
390 ptNodeParams->isNotAWord(), isTerminal, ptNodeParams->hasShortcutTargets(),
415 const bool hasShortcutTargets, const bool hasBigrams, const bool hasMultipleChars) {
419 hasShortcutTargets, hasBigrams, hasMultipleChars,
413 updatePtNodeFlags(const int ptNodePos, const bool isBlacklisted, const bool isNotAWord, const bool isTerminal, const bool hasShortcutTargets, const bool hasBigrams, const bool hasMultipleChars) argument

Completed in 33 milliseconds