Searched defs:mIsNotAWord (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DWordProperty.java39 public final boolean mIsNotAWord; field in class:WordProperty
56 mIsNotAWord = isNotAWord;
83 mIsNotAWord = isNotAWord;
115 word.mIsNotAWord,
146 && mIsNotAWord == w.mIsNotAWord && mIsBlacklistEntry == w.mIsBlacklistEntry
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DLanguageModelParam.java54 public final boolean mIsNotAWord; field in class:LanguageModelParam
76 mIsNotAWord = false;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
H A Dunigram_property.h51 : mRepresentsBeginningOfSentence(false), mIsNotAWord(false), mIsBlacklisted(false),
59 mIsNotAWord(isNotAWord), mIsBlacklisted(isBlacklisted), mProbability(probability),
67 return mIsNotAWord;
104 bool mIsNotAWord; member in class:latinime::UnigramProperty
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java91 boolean mIsNotAWord; // Only a shortcut field in class:FusionDictionary.PtNode
112 mIsNotAWord = isNotAWord;
125 mIsNotAWord = isNotAWord;
153 return mIsNotAWord;
277 mIsNotAWord = isNotAWord;
461 currentPtNode.mIsNotAWord && isNotAWord,
471 currentPtNode.mIsNotAWord, currentPtNode.mIsBlacklistEntry,
689 currentPtNode.mIsNotAWord, currentPtNode.mIsBlacklistEntry);

Completed in 115 milliseconds