Searched defs:FLAG_HAS_MULTIPLE_CHARS (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
H A Dpatricia_trie_reading_utils.h76 return (flags & FLAG_HAS_MULTIPLE_CHARS) != 0;
93 nodeFlags = hasMultipleChars ? (nodeFlags | FLAG_HAS_MULTIPLE_CHARS) : nodeFlags;
122 static const NodeFlags FLAG_HAS_MULTIPLE_CHARS; member in class:latinime::PatriciaTrieReadingUtils
H A Dpatricia_trie_reading_utils.cpp35 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_HAS_MULTIPLE_CHARS = 0x20; member in class:latinime::PtReadingUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java94 * 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; field in class:FormatSpec

Completed in 102 milliseconds