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