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/dictionary/structure/pt_common/
patricia_trie_reading_utils.h 69 static AK_FORCE_INLINE bool hasShortcutTargets(const NodeFlags flags) {
86 const bool isNotAWord, const bool isTerminal, const bool hasShortcutTargets,
93 nodeFlags = hasShortcutTargets ? (nodeFlags | FLAG_HAS_SHORTCUT_TARGETS) : nodeFlags;
pt_node_params.h 159 AK_FORCE_INLINE bool hasShortcutTargets() const {
160 return PatriciaTrieReadingUtils::hasShortcutTargets(mFlags);
  /packages/inputmethods/LatinIME/native/jni/src/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 ptNodeParams->isNotAWord(), isTerminal, ptNodeParams->hasShortcutTargets(),
415 const bool hasShortcutTargets, const bool hasBigrams, const bool hasMultipleChars) {
419 hasShortcutTargets, hasBigrams, hasMultipleChars,

Completed in 972 milliseconds