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

  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h 56 static const int FLAG_ATTRIBUTE_HAS_NEXT = 0x80;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 97 * <flags> = | hasNext = 1 bit, 1 = yes, 0 = no : FLAG_ATTRIBUTE_HAS_NEXT
114 * if (FLAG_ATTRIBUTE_HAS_NEXT) goto bigram_and_shortcut_address_list_is
118 * <flags> = | hasNext = 1 bit, 1 = yes, 0 = no : FLAG_ATTRIBUTE_HAS_NEXT
123 * if (FLAG_ATTRIBUTE_HAS_NEXT goto flags
154 private static final int FLAG_ATTRIBUTE_HAS_NEXT = 0x80;
746 int bigramFlags = (more ? FLAG_ATTRIBUTE_HAS_NEXT : 0)
    [all...]

Completed in 224 milliseconds