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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_reading_utils.h 69 ((flags & (~MASK_MOVED)) | FLAG_IS_NOT_MOVED) : flags;
77 static const NodeFlags FLAG_IS_NOT_MOVED;
dynamic_pt_reading_utils.cpp 25 const DynamicPtReadingUtils::NodeFlags DynamicPtReadingUtils::FLAG_IS_NOT_MOVED = 0xC0;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 89 * | is moved ? 2 bits, 11 = no : FLAG_IS_NOT_MOVED
227 static final int FLAG_IS_NOT_MOVED = 0x80 | FIXED_BIT_OF_DYNAMIC_UPDATE_MOVE;

Completed in 905 milliseconds