Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
Dunigram_property.h55 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord, in UnigramProperty() argument
58 : mRepresentsBeginningOfSentence(representsBeginningOfSentence), in UnigramProperty()
62 bool representsBeginningOfSentence() const { in representsBeginningOfSentence() function
Dword_property.cpp32 mUnigramProperty.representsBeginningOfSentence()}; in outputProperties()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp214 if (unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()
223 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()
514 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp224 if (unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()
233 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()
502 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp131 if (unigramProperty->representsBeginningOfSentence() in addUnigramEntry()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
Dpt_node_params.h167 AK_FORCE_INLINE int representsBeginningOfSentence() const { in representsBeginningOfSentence() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
Dpatricia_trie_policy.cpp433 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp605 wordProperty.getUnigramProperty()->representsBeginningOfSentence()); in latinime_BinaryDictionary_migrateNative()