HomeSort by relevance Sort by last modified time
    Searched defs:hasShortcutTargets (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
patricia_trie_reading_utils.h 67 static AK_FORCE_INLINE bool hasShortcutTargets(const NodeFlags flags) {
84 const bool isNotAWord, const bool isTerminal, const bool hasShortcutTargets,
91 nodeFlags = hasShortcutTargets ? (nodeFlags | FLAG_HAS_SHORTCUT_TARGETS) : nodeFlags;
pt_node_params.h 158 AK_FORCE_INLINE bool hasShortcutTargets() const {
159 return PatriciaTrieReadingUtils::hasShortcutTargets(mFlags);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_node_writer.cpp 249 sourcePtNodeParams.isTerminal(), sourcePtNodeParams.hasShortcutTargets(),
316 if (!ptNodeParams->hasShortcutTargets()) {
320 ptNodeParams->isTerminal(), true /* hasShortcutTargets */,
331 const bool hasShortcutTargets = mBuffers->getShortcutDictContent()->getShortcutListHeadPos(
334 ptNodeParams->isNotAWord(), ptNodeParams->isTerminal(), hasShortcutTargets,
390 isTerminal, ptNodeParams->hasShortcutTargets(), ptNodeParams->hasBigrams(),
415 const bool hasShortcutTargets, const bool hasBigrams, const bool hasMultipleChars) {
419 hasShortcutTargets, hasBigrams, hasMultipleChars,

Completed in 2638 milliseconds