Home
last modified time | relevance | path

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

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