Home
last modified time | relevance | path

Searched refs:representsBeginningOfSentence (Results 1 – 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dunigram_property.h57 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord, in UnigramProperty() argument
60 : mRepresentsBeginningOfSentence(representsBeginningOfSentence), in UnigramProperty()
66 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord, in UnigramProperty() argument
69 : mRepresentsBeginningOfSentence(representsBeginningOfSentence), in UnigramProperty()
75 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord, in UnigramProperty() argument
78 : mRepresentsBeginningOfSentence(representsBeginningOfSentence), in UnigramProperty()
84 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord, in UnigramProperty() argument
87 : mRepresentsBeginningOfSentence(representsBeginningOfSentence), in UnigramProperty()
92 bool representsBeginningOfSentence() const { in representsBeginningOfSentence() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dprobability_entry.h52 : mFlags(createFlags(unigramProperty->representsBeginningOfSentence(), in ProbabilityEntry()
84 bool representsBeginningOfSentence() const { in representsBeginningOfSentence() function
157 static uint8_t createFlags(const bool representsBeginningOfSentence, in createFlags() argument
160 if (representsBeginningOfSentence) { in createFlags()
Dlanguage_model_dict_content.cpp86 if (prevWordProbabilityEntry.representsBeginningOfSentence() in getWordAttributes()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp190 prevWordPtNodeParams.representsBeginningOfSentence(), in getProbabilityOfWord()
215 prevWordPtNodeParams.representsBeginningOfSentence(), bigramsIt.getProbability()); in iterateNgramEntries()
295 if (unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()
305 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()
591 ptNodeParams.representsBeginningOfSentence(), rawBigramProbability); in getWordProperty()
594 ptNodeParams.representsBeginningOfSentence()), in getWordProperty()
617 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp208 if (unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()
218 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()
528 prevWordIds[i]).representsBeginningOfSentence(); in getWordProperty()
565 const UnigramProperty unigramProperty(probabilityEntry.representsBeginningOfSentence(), in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp453 ptNodeParams.representsBeginningOfSentence()), in getWordProperty()
478 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.cpp40 unigramProperty.representsBeginningOfSentence()}; in outputWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp131 if (unigramProperty->representsBeginningOfSentence() in addUnigramEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Dpt_node_params.h168 AK_FORCE_INLINE int representsBeginningOfSentence() const { in representsBeginningOfSentence() function