Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Dpatricia_trie_reading_utils.h125 static const NodeFlags FLAG_HAS_MULTIPLE_CHARS; variable
Dpatricia_trie_reading_utils.cpp35 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_HAS_MULTIPLE_CHARS = 0x20; member in latinime::PtReadingUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java196 static final int FLAG_HAS_MULTIPLE_CHARS = 0x20; field in FormatSpec