Home
last modified time | relevance | path

Searched refs:VERSION_2 (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dformat_utils_test.cpp59 getBuffer(FormatUtils::MAGIC_NUMBER, FormatUtils::VERSION_2, 0, 0); in TEST()
60 EXPECT_EQ(FormatUtils::VERSION_2, FormatUtils::detectFormatVersion( in TEST()
78 getBuffer(FormatUtils::MAGIC_NUMBER - 1, FormatUtils::VERSION_2, 0, 0); in TEST()
90 getBuffer(FormatUtils::MAGIC_NUMBER, FormatUtils::VERSION_2, 0, 0); in TEST()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp116 case FormatUtils::VERSION_2: in newPolicyForDirectoryDict()
179 case FormatUtils::VERSION_2: in newPolicyForFileDict()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dformat_utils.h37 VERSION_2 = 2, enumerator
Dformat_utils.cpp30 case VERSION_2: in getFormatVersion()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.h116 case FormatUtils::VERSION_2: in getFormatVersionNumber()
Dheader_read_write_utils.cpp112 case FormatUtils::VERSION_2: in writeDictionaryVersion()