Searched refs:representsBeginningOfSentence (Results 1 – 9 of 9) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | unigram_property.h | 57 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/ |
D | probability_entry.h | 52 : 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()
|
D | language_model_dict_content.cpp | 86 if (prevWordProbabilityEntry.representsBeginningOfSentence() in getWordAttributes()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_policy.cpp | 190 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/ |
D | ver4_patricia_trie_policy.cpp | 208 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/ |
D | patricia_trie_policy.cpp | 453 ptNodeParams.representsBeginningOfSentence()), in getWordProperty() 478 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | jni_data_utils.cpp | 40 unigramProperty.representsBeginningOfSentence()}; in outputWordProperty()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | dictionary.cpp | 131 if (unigramProperty->representsBeginningOfSentence() in addUnigramEntry()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | pt_node_params.h | 168 AK_FORCE_INLINE int representsBeginningOfSentence() const { in representsBeginningOfSentence() function
|