HomeSort by relevance Sort by last modified time
    Searched refs:TOTAL_COUNT_VALUE_NEAR_LIMIT_THRESHOLD (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content_global_counters.cpp 27 const int LanguageModelDictContentGlobalCounters::TOTAL_COUNT_VALUE_NEAR_LIMIT_THRESHOLD = 1 << 30;
language_model_dict_content_global_counters.h 41 || mTotalCount >= TOTAL_COUNT_VALUE_NEAR_LIMIT_THRESHOLD;
83 const static int TOTAL_COUNT_VALUE_NEAR_LIMIT_THRESHOLD;

Completed in 39 milliseconds