Searched refs:FLAG_IS_NOT_A_WORD (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
H A Dpatricia_trie_reading_utils.h57 return (flags & FLAG_IS_NOT_A_WORD) != 0;
86 nodeFlags = isNotAWord ? (nodeFlags | FLAG_IS_NOT_A_WORD) : nodeFlags;
116 static const NodeFlags FLAG_IS_NOT_A_WORD; member in class:latinime::PatriciaTrieReadingUtils
H A Dpatricia_trie_reading_utils.cpp41 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_IS_NOT_A_WORD = 0x02; member in class:latinime::PtReadingUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java111 * | is not a word ? 1 bit, 1 = yes, 0 = no : FLAG_IS_NOT_A_WORD
237 static final int FLAG_IS_NOT_A_WORD = 0x02; field in class:FormatSpec
H A DBinaryDictDecoderUtils.java486 0 != (info.mFlags & FormatSpec.FLAG_IS_NOT_A_WORD),
492 0 != (info.mFlags & FormatSpec.FLAG_IS_NOT_A_WORD),
H A DBinaryDictEncoderUtils.java647 if (isNotAWord) flags |= FormatSpec.FLAG_IS_NOT_A_WORD;

Completed in 374 milliseconds