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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
word_attributes.h 26 : mProbability(NOT_A_PROBABILITY), mIsBlacklisted(false), mIsNotAWord(false),
31 : mProbability(probability), mIsBlacklisted(isBlacklisted), mIsNotAWord(isNotAWord),
43 return mIsNotAWord;
63 bool mIsNotAWord;
unigram_property.h 52 : mRepresentsBeginningOfSentence(false), mIsNotAWord(false),
61 mIsNotAWord(isNotAWord), mIsBlacklisted(false),
70 mIsNotAWord(isNotAWord), mIsBlacklisted(false),
79 mIsNotAWord(isNotAWord), mIsBlacklisted(isBlacklisted),
88 mIsNotAWord(isNotAWord), mIsBlacklisted(isBlacklisted),
97 return mIsNotAWord;
129 const bool mIsNotAWord;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
WordProperty.java 43 public final boolean mIsNotAWord;
66 mIsNotAWord = isNotAWord;
91 mIsNotAWord = isNotAWord;
141 word.mIsNotAWord,
172 && mIsNotAWord == w.mIsNotAWord && mIsPossiblyOffensive == w.mIsPossiblyOffensive
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 90 boolean mIsNotAWord; // Only a shortcut
110 mIsNotAWord = isNotAWord;
121 mIsNotAWord = isNotAWord;
145 return mIsNotAWord;
225 mIsNotAWord = isNotAWord;
391 currentPtNode.mIsNotAWord && isNotAWord,
401 currentPtNode.mIsNotAWord, currentPtNode.mIsPossiblyOffensive,
619 currentPtNode.mIsNotAWord, currentPtNode.mIsPossiblyOffensive);
Ver4DictDecoder.java 87 wordProperty.mIsNotAWord,
BinaryDictEncoderUtils.java 548 node.mIsNotAWord, node.mIsPossiblyOffensive);
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Diff.java 126 if (word0Property.mIsNotAWord != word1PtNode.getIsNotAWord()) {
128 + word0Property.mIsNotAWord + " -> " + word1PtNode.getIsNotAWord());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java 65 if (wordProperty.mIsNotAWord) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java     [all...]

Completed in 628 milliseconds