HomeSort by relevance Sort by last modified time
    Searched refs:getEntryCounts (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
entry_counters.h 61 const EntryCounts getEntryCounts() const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_policy.cpp 169 return entryCounters.getEntryCounts();
180 return entryCounters.getEntryCounts();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_writing_helper.cpp 69 entryCounters.getEntryCounts(), 0 /* extendedRegionSize */, &headerBuffer)) {
93 outEntryCounters->getEntryCounts(), maxEntryCounts, headerPolicy,
ver4_patricia_trie_policy.cpp 435 if (!mWritingHelper.writeToDictFile(filePath, mEntryCounters.getEntryCounts())) {
473 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(),
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 480 if (!mWritingHelper.writeToDictFile(filePath, mEntryCounters.getEntryCounts())) {
518 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(),
ver4_patricia_trie_writing_helper.cpp 80 entryCounters.getEntryCounts(), 0 /* extendedRegionSize */, &headerBuffer)) {

Completed in 311 milliseconds