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

  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h 58 static const int FLAG_ATTRIBUTE_OFFSET_NEGATIVE = 0x40;
binary_format.h 301 if (UnigramDictionary::FLAG_ATTRIBUTE_OFFSET_NEGATIVE & flags) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 98 * | addressSign = 1 bit, : FLAG_ATTRIBUTE_OFFSET_NEGATIVE
113 * | if (FLAG_ATTRIBUTE_OFFSET_NEGATIVE) then address = -address
155 private static final int FLAG_ATTRIBUTE_OFFSET_NEGATIVE = 0x40;
747 + (offset < 0 ? FLAG_ATTRIBUTE_OFFSET_NEGATIVE : 0);
    [all...]

Completed in 250 milliseconds