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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
format_utils.cpp 26 const size_t FormatUtils::DICTIONARY_MINIMUM_SIZE = 12;
51 if (dictBuffer.size() < DICTIONARY_MINIMUM_SIZE) {
format_utils.h 56 static const size_t DICTIONARY_MINIMUM_SIZE;

Completed in 34 milliseconds