OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entryCounters
(Results
1 - 3
of
3
) sorted by null
/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/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/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 77 milliseconds