HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_HAS_BIGRAMS (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 72 return (flags & FLAG_HAS_BIGRAMS) != 0;
92 nodeFlags = hasBigrams ? (nodeFlags | FLAG_HAS_BIGRAMS) : nodeFlags;
125 static const NodeFlags FLAG_HAS_BIGRAMS;
patricia_trie_reading_utils.cpp 41 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_HAS_BIGRAMS = 0x04;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 97 * | has bigrams ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_BIGRAMS
136 * | IF FLAG_IS_TERMINAL && FLAG_HAS_BIGRAMS
219 static final int FLAG_HAS_BIGRAMS = 0x04;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictDecoder.java 240 if (0 != (flags & FormatSpec.FLAG_HAS_BIGRAMS)) {
BinaryDictEncoderUtils.java 607 if (hasBigrams) flags |= FormatSpec.FLAG_HAS_BIGRAMS;
    [all...]

Completed in 764 milliseconds