HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_HAS_SHORTCUT_TARGETS (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
patricia_trie_reading_utils.h 68 return (flags & FLAG_HAS_SHORTCUT_TARGETS) != 0;
91 nodeFlags = hasShortcutTargets ? (nodeFlags | FLAG_HAS_SHORTCUT_TARGETS) : nodeFlags;
124 static const NodeFlags FLAG_HAS_SHORTCUT_TARGETS;
patricia_trie_reading_utils.cpp 39 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_HAS_SHORTCUT_TARGETS = 0x08;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 96 * s | has shortcut targets ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_SHORTCUT_TARGETS
134 * | IF FLAG_IS_TERMINAL && FLAG_HAS_SHORTCUT_TARGETS
218 static final int FLAG_HAS_SHORTCUT_TARGETS = 0x08;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictDecoder.java 231 if (0 != (flags & FormatSpec.FLAG_HAS_SHORTCUT_TARGETS)) {
BinaryDictEncoderUtils.java 606 if (hasShortcuts) flags |= FormatSpec.FLAG_HAS_SHORTCUT_TARGETS;
    [all...]

Completed in 269 milliseconds