Home
last modified time | relevance | path

Searched refs:DICTIONARY_MINIMUM_SIZE (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
Dformat_utils.cpp26 const int FormatUtils::DICTIONARY_MINIMUM_SIZE = 12; member in latinime::FormatUtils
47 if (dictSize < DICTIONARY_MINIMUM_SIZE) { in detectFormatVersion()
Dformat_utils.h50 static const int DICTIONARY_MINIMUM_SIZE; variable