HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_IS_NOT_A_WORD (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
patricia_trie_reading_utils.h 60 return (flags & FLAG_IS_NOT_A_WORD) != 0;
89 nodeFlags = isNotAWord ? (nodeFlags | FLAG_IS_NOT_A_WORD) : nodeFlags;
126 static const NodeFlags FLAG_IS_NOT_A_WORD;
patricia_trie_reading_utils.cpp 43 const PtReadingUtils::NodeFlags PtReadingUtils::FLAG_IS_NOT_A_WORD = 0x02;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 98 * | is not a word ? 1 bit, 1 = yes, 0 = no : FLAG_IS_NOT_A_WORD
220 static final int FLAG_IS_NOT_A_WORD = 0x02;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 608 if (isNotAWord) flags |= FormatSpec.FLAG_IS_NOT_A_WORD;
    [all...]

Completed in 76 milliseconds