Home
last modified time | relevance | path

Searched refs:detectFormatVersion (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dformat_utils_test.cpp55 FormatUtils::detectFormatVersion(ReadOnlyByteArrayView())); in TEST()
60 EXPECT_EQ(FormatUtils::VERSION_2, FormatUtils::detectFormatVersion( in TEST()
66 EXPECT_EQ(FormatUtils::VERSION_402, FormatUtils::detectFormatVersion( in TEST()
72 EXPECT_EQ(FormatUtils::VERSION_403, FormatUtils::detectFormatVersion( in TEST()
79 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion( in TEST()
85 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion( in TEST()
91 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion( in TEST()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp113 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::detectFormatVersion( in newPolicyForDirectoryDict()
178 switch (FormatUtils::detectFormatVersion(mmappedBuffer->getReadOnlyByteArrayView())) { in newPolicyForFileDict()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dformat_utils.h51 static FORMAT_VERSION detectFormatVersion(const ReadOnlyByteArrayView dictBuffer);
Dformat_utils.cpp46 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::detectFormatVersion( in detectFormatVersion() function in latinime::FormatUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.h47 FormatUtils::detectFormatVersion(mMmappedBuffer->getReadOnlyByteArrayView())), in PatriciaTriePolicy()