Home
last modified time | relevance | path

Searched refs:VERSION_403 (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp69 case FormatUtils::VERSION_403: { in newPolicyForOnMemoryDict()
129 case FormatUtils::VERSION_403: { in newPolicyForDirectoryDict()
188 case FormatUtils::VERSION_403: in newPolicyForFileDict()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dformat_utils.cpp40 case VERSION_403: in getFormatVersion()
41 return VERSION_403; in getFormatVersion()
Dformat_utils.h42 VERSION_403 = 403, enumerator
Ddict_file_writing_utils.cpp53 case FormatUtils::VERSION_403: in createEmptyDictFile()
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dformat_utils_test.cpp71 getBuffer(FormatUtils::MAGIC_NUMBER, FormatUtils::VERSION_403, 0, 0); in TEST()
72 EXPECT_EQ(FormatUtils::VERSION_403, FormatUtils::detectFormatVersion( in TEST()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.h126 case FormatUtils::VERSION_403: in getFormatVersionNumber()
127 return FormatUtils::VERSION_403; in getFormatVersionNumber()
Dheader_read_write_utils.cpp119 case FormatUtils::VERSION_403: in writeDictionaryVersion()