Searched refs:DICTIONARY_MINIMUM_SIZE (Results 1 – 2 of 2) sorted by relevance
26 const size_t FormatUtils::DICTIONARY_MINIMUM_SIZE = 12; member in latinime::FormatUtils51 if (dictBuffer.size() < DICTIONARY_MINIMUM_SIZE) { in detectFormatVersion()
56 static const size_t DICTIONARY_MINIMUM_SIZE; variable