Searched defs:hasHistoricalInfo (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dprobability_dict_content.h41 ProbabilityDictContent(const char *const dictPath, const bool hasHistoricalInfo, argument
44 mHasHistoricalInfo(hasHistoricalInfo),
47 ProbabilityDictContent(const bool hasHistoricalInfo) argument
48 : mHasHistoricalInfo(hasHistoricalInfo), mSize(0) {}
H A Dprobability_entry.h63 bool hasHistoricalInfo() const { function in class:latinime::backward::v402::ProbabilityEntry
H A Dbigram_dict_content.h39 BigramDictContent(const char *const dictPath, const bool hasHistoricalInfo, argument
47 mHasHistoricalInfo(hasHistoricalInfo) {}
49 BigramDictContent(const bool hasHistoricalInfo) argument
52 mHasHistoricalInfo(hasHistoricalInfo) {}
H A Dbigram_entry.h85 bool hasHistoricalInfo() const { function in class:latinime::backward::v402::BigramEntry
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DProbabilityInfo.java59 public boolean hasHistoricalInfo() { method in class:ProbabilityInfo
65 if (hasHistoricalInfo()) {
81 if (!hasHistoricalInfo() && !p.hasHistoricalInfo()) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dprobability_entry.h68 bool hasHistoricalInfo() const { function in class:latinime::ProbabilityEntry
100 uint64_t encode(const bool hasHistoricalInfo) const {
102 if (hasHistoricalInfo) {
116 static ProbabilityEntry decode(const uint64_t encodedEntry, const bool hasHistoricalInfo) { argument
117 if (hasHistoricalInfo) {
H A Dlanguage_model_dict_content.h66 const bool hasHistoricalInfo)
67 : mTrieMapIterator(trieMapIterator), mHasHistoricalInfo(hasHistoricalInfo) {}
95 EntryRange(const TrieMap::TrieMapRange trieMapRange, const bool hasHistoricalInfo) argument
96 : mTrieMapRange(trieMapRange), mHasHistoricalInfo(hasHistoricalInfo) {}
136 const bool hasHistoricalInfo)
139 mHasHistoricalInfo(hasHistoricalInfo) {}
141 explicit LanguageModelDictContent(const bool hasHistoricalInfo) argument
142 : mTrieMap(), mGlobalCounters(), mHasHistoricalInfo(hasHistoricalInfo) {}
65 EntryIterator(const TrieMap::TrieMapIterator &trieMapIterator, const bool hasHistoricalInfo) argument
135 LanguageModelDictContent(const ReadWriteByteArrayView *const buffers, const bool hasHistoricalInfo) argument

Completed in 250 milliseconds