Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content_global_counters.cpp25 const int LanguageModelDictContentGlobalCounters::COUNTER_VALUE_NEAR_LIMIT_THRESHOLD =
27 const int LanguageModelDictContentGlobalCounters::TOTAL_COUNT_VALUE_NEAR_LIMIT_THRESHOLD = 1 << 30;
28 const int LanguageModelDictContentGlobalCounters::COUNTER_SIZE_IN_BYTES = 4;
29 const int LanguageModelDictContentGlobalCounters::TOTAL_COUNT_INDEX = 0;
30 const int LanguageModelDictContentGlobalCounters::MAX_VALUE_OF_COUNTERS_INDEX = 1;
Dlanguage_model_dict_content_global_counters.h29 class LanguageModelDictContentGlobalCounters {
31 explicit LanguageModelDictContentGlobalCounters(const ReadWriteByteArrayView buffer) in LanguageModelDictContentGlobalCounters() function
36 LanguageModelDictContentGlobalCounters() in LanguageModelDictContentGlobalCounters() function
80 DISALLOW_COPY_AND_ASSIGN(LanguageModelDictContentGlobalCounters);
Dlanguage_model_dict_content.h235 LanguageModelDictContentGlobalCounters mGlobalCounters;
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
Dlanguage_model_dict_content_global_counters_test.cpp27 LanguageModelDictContentGlobalCounters globalCounters; in TEST()
40 LanguageModelDictContentGlobalCounters globalCounters; in TEST()