Searched refs:getEntryCounts (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
D | header_policy.cpp | 169 return entryCounters.getEntryCounts(); in readNgramCounts() 180 return entryCounters.getEntryCounts(); in readMaxNgramCounts()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_writing_helper.cpp | 69 entryCounters.getEntryCounts(), 0 /* extendedRegionSize */, &headerBuffer)) { in writeToDictFileWithGC() 93 outEntryCounters->getEntryCounts(), maxEntryCounts, headerPolicy, in runGC()
|
D | ver4_patricia_trie_policy.cpp | 435 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/ |
D | entry_counters.h | 61 const EntryCounts getEntryCounts() const { in getEntryCounts() function
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_policy.cpp | 480 if (!mWritingHelper.writeToDictFile(filePath, mEntryCounters.getEntryCounts())) { in flush() 518 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(), in needsToRunGC()
|
D | ver4_patricia_trie_writing_helper.cpp | 80 entryCounters.getEntryCounts(), 0 /* extendedRegionSize */, &headerBuffer)) { in writeToDictFileWithGC()
|