HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_HAS_MULTIPLE_CHARS (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 76 return (flags & FLAG_HAS_MULTIPLE_CHARS) != 0;
93 nodeFlags = hasMultipleChars ? (nodeFlags | FLAG_HAS_MULTIPLE_CHARS) : nodeFlags;
122 static const NodeFlags FLAG_HAS_MULTIPLE_CHARS;
patricia_trie_reading_utils.cpp 35 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_HAS_MULTIPLE_CHARS = 0x20;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 94 * a | has several chars ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_MULTIPLE_CHARS
111 * c | IF FLAG_HAS_MULTIPLE_CHARS
215 static final int FLAG_HAS_MULTIPLE_CHARS = 0x20;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictDecoder.java 200 if (0 != (flags & FormatSpec.FLAG_HAS_MULTIPLE_CHARS)) {
BinaryDictEncoderUtils.java 588 if (hasMultipleChars) flags |= FormatSpec.FLAG_HAS_MULTIPLE_CHARS;
    [all...]

Completed in 188 milliseconds