Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpatricia_trie_reading_utils.h129 static const NodeFlags FLAG_IS_NOT_A_WORD; variable
H A Dpatricia_trie_reading_utils.cpp43 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_IS_NOT_A_WORD = 0x02; member in latinime::PtReadingUtils
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java204 static final int FLAG_IS_NOT_A_WORD = 0x02; field in FormatSpec