Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp69 case FormatUtils::VERSION_4_DEV: { in newPolicyForOnMemoryDict()
128 case FormatUtils::VERSION_4_DEV: { in newPolicyForDirectoryDict()
184 case FormatUtils::VERSION_4_DEV: in newPolicyForFileDict()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
Dformat_utils.cpp36 case VERSION_4_DEV: in getFormatVersion()
37 return VERSION_4_DEV; in getFormatVersion()
Dformat_utils.h36 VERSION_4_DEV = 403, enumerator
Ddict_file_writing_utils.cpp52 case FormatUtils::VERSION_4_DEV: in createEmptyDictFile()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
Dheader_policy.h146 case FormatUtils::VERSION_4_DEV: in getFormatVersionNumber()
147 return FormatUtils::VERSION_4_DEV; in getFormatVersionNumber()
Dheader_read_write_utils.cpp103 case FormatUtils::VERSION_4_DEV: in writeDictionaryVersion()