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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 68 * | has bigrams ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_BIGRAMS
107 * | IF FLAG_IS_TERMINAL && FLAG_HAS_BIGRAMS
183 static final int FLAG_HAS_BIGRAMS = 0x04;
BinaryDictInputOutput.java 760 flags |= FormatSpec.FLAG_HAS_BIGRAMS;
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 45 static const int FLAG_HAS_BIGRAMS = 0x04;
269 if (FLAG_HAS_BIGRAMS & flags) {
bigram_dictionary.cpp 157 if (0 == (flags & BinaryFormat::FLAG_HAS_BIGRAMS)) return 0;

Completed in 97 milliseconds