Home
last modified time | relevance | path

Searched refs:maxEntryCounts (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_writing_helper.cpp91 const EntryCounts &maxEntryCounts = headerPolicy->getMaxNgramCounts(); in runGC() local
93 outEntryCounters->getEntryCounts(), maxEntryCounts, headerPolicy, in runGC()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp199 const EntryCounts &maxEntryCounts, const HeaderPolicy *const headerPolicy, in truncateEntries() argument
205 <= maxEntryCounts.getNgramCount(ngramType)) { in truncateEntries()
212 maxEntryCounts.getNgramCount(ngramType), prevWordCount, &entryCount)) { in truncateEntries()
Dlanguage_model_dict_content.h196 bool truncateEntries(const EntryCounts &currentEntryCounts, const EntryCounts &maxEntryCounts,