Searched defs:hasHistoricalInfo (Results 1 – 7 of 7) sorted by relevance
41 ProbabilityDictContent(const char *const dictPath, const bool hasHistoricalInfo, in ProbabilityDictContent()47 ProbabilityDictContent(const bool hasHistoricalInfo) in ProbabilityDictContent()
39 BigramDictContent(const char *const dictPath, const bool hasHistoricalInfo, in BigramDictContent()49 BigramDictContent(const bool hasHistoricalInfo) in BigramDictContent()
63 bool hasHistoricalInfo() const { in hasHistoricalInfo() function
85 bool hasHistoricalInfo() const { in hasHistoricalInfo() function
66 const bool hasHistoricalInfo) in EntryIterator()95 EntryRange(const TrieMap::TrieMapRange trieMapRange, const bool hasHistoricalInfo) in EntryRange()136 const bool hasHistoricalInfo) in LanguageModelDictContent()141 explicit LanguageModelDictContent(const bool hasHistoricalInfo) in LanguageModelDictContent()
68 bool hasHistoricalInfo() const { in hasHistoricalInfo() function100 uint64_t encode(const bool hasHistoricalInfo) const { in encode()116 static ProbabilityEntry decode(const uint64_t encodedEntry, const bool hasHistoricalInfo) { in decode()
59 public boolean hasHistoricalInfo() { in hasHistoricalInfo() method in ProbabilityInfo