Searched refs:getFormatVersion (Results 1 – 7 of 7) sorted by relevance
28 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::getFormatVersion(const int formatVersion) { in getFormatVersion() function in latinime::FormatUtils65 return getFormatVersion(ByteArrayUtils::readUint16(dictBuffer.data(), 4)); in detectFormatVersion()
50 static FORMAT_VERSION getFormatVersion(const int formatVersion);
45 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::getFormatVersion(dictVersion); in createEmptyDictFile()
537 && needsToMigrateDictionary(mBinaryDictionary.getFormatVersion())) { in loadBinaryDictionaryLocked()614 binaryDictionary.getFormatVersion()))) { in asyncReloadDictionary()701 Log.d(tag, "Format version: " + binaryDictionary.getFormatVersion()); in dumpAllWordsForDebug()
347 public int getFormatVersion() { in getFormatVersion() method in BinaryDictionary
59 FormatUtils::FORMAT_VERSION dictFormatVersion = FormatUtils::getFormatVersion(formatVersion); in newPolicyForOnMemoryDict()
145 assertEquals(FormatSpec.VERSION403, binaryDictionary.getFormatVersion()); in testConstructingDictionaryOnMemory()153 assertEquals(FormatSpec.VERSION403, binaryDictionary.getFormatVersion()); in testConstructingDictionaryOnMemory()