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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_policy.cpp 163 MutableEntryCounters entryCounters;
167 entryCounters.setNgramCount(ngramType, entryCount);
169 return entryCounters.getEntryCounts();
173 MutableEntryCounters entryCounters;
178 entryCounters.setNgramCount(ngramType, maxEntryCount);
180 return entryCounters.getEntryCounts();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_writing_helper.cpp 62 MutableEntryCounters entryCounters;
63 if (!runGC(rootPtNodeArrayPos, headerPolicy, dictBuffers.get(), &entryCounters)) {
69 entryCounters.getEntryCounts(), 0 /* extendedRegionSize */, &headerBuffer)) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h 46 static bool needsToDecay(const bool mindsBlockByDecay, const EntryCounts &entryCounters,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.cpp 76 MutableEntryCounters entryCounters;
77 entryCounters.setNgramCount(NgramType::Unigram, unigramCount);
78 entryCounters.setNgramCount(NgramType::Bigram, bigramCount);
80 entryCounters.getEntryCounts(), 0 /* extendedRegionSize */, &headerBuffer)) {

Completed in 2446 milliseconds