Home
last modified time | relevance | path

Searched defs:EntryCounts (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dentry_counters.h30 EntryCounts() : mEntryCounts({{0, 0, 0, 0}}) {} in EntryCounts() function
32 explicit EntryCounts(const std::array<int, MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1> &counters) in EntryCounts() function