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/dictionary/utils/
Dformat_utils.cpp26 const size_t FormatUtils::DICTIONARY_MINIMUM_SIZE = 12; member in latinime::FormatUtils
51 if (dictBuffer.size() < DICTIONARY_MINIMUM_SIZE) { in detectFormatVersion()
Dformat_utils.h56 static const size_t DICTIONARY_MINIMUM_SIZE; variable