Home
last modified time | relevance | path

Searched refs:getEntryCounts (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.cpp169 return entryCounters.getEntryCounts(); in readNgramCounts()
180 return entryCounters.getEntryCounts(); in readMaxNgramCounts()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_writing_helper.cpp69 entryCounters.getEntryCounts(), 0 /* extendedRegionSize */, &headerBuffer)) { in writeToDictFileWithGC()
93 outEntryCounters->getEntryCounts(), maxEntryCounts, headerPolicy, in runGC()
Dver4_patricia_trie_policy.cpp435 if (!mWritingHelper.writeToDictFile(filePath, mEntryCounters.getEntryCounts())) { in flush()
473 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(), in needsToRunGC()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dentry_counters.h61 const EntryCounts getEntryCounts() const { in getEntryCounts() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp480 if (!mWritingHelper.writeToDictFile(filePath, mEntryCounters.getEntryCounts())) { in flush()
518 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(), in needsToRunGC()
Dver4_patricia_trie_writing_helper.cpp80 entryCounters.getEntryCounts(), 0 /* extendedRegionSize */, &headerBuffer)) { in writeToDictFileWithGC()