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

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

Completed in 2677 milliseconds