Home
last modified time | relevance | path

Searched refs:setNgramCount (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.cpp167 entryCounters.setNgramCount(ngramType, entryCount); in readNgramCounts()
178 entryCounters.setNgramCount(ngramType, maxEntryCount); in readMaxNgramCounts()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_writing_helper.cpp77 entryCounters.setNgramCount(NgramType::Unigram, unigramCount); in writeToDictFileWithGC()
78 entryCounters.setNgramCount(NgramType::Bigram, bigramCount); in writeToDictFileWithGC()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dentry_counters.h77 void setNgramCount(const NgramType ngramType, const int count) { in setNgramCount() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp206 outEntryCounters->setNgramCount(ngramType, in truncateEntries()
215 outEntryCounters->setNgramCount(ngramType, entryCount); in truncateEntries()