Searched refs:representsBeginningOfSentence (Results 1 – 8 of 8) sorted by relevance
55 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord, in UnigramProperty() argument58 : mRepresentsBeginningOfSentence(representsBeginningOfSentence), in UnigramProperty()62 bool representsBeginningOfSentence() const { in representsBeginningOfSentence() function
32 mUnigramProperty.representsBeginningOfSentence()}; in outputProperties()
214 if (unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()223 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()514 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
224 if (unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()233 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) { in addUnigramEntry()502 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
131 if (unigramProperty->representsBeginningOfSentence() in addUnigramEntry()
167 AK_FORCE_INLINE int representsBeginningOfSentence() const { in representsBeginningOfSentence() function
433 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(), in getWordProperty()
605 wordProperty.getUnigramProperty()->representsBeginningOfSentence()); in latinime_BinaryDictionary_migrateNative()