Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp61 case FormatUtils::VERSION_4: { in newPolicyForOnMemoryDict()
120 case FormatUtils::VERSION_4: { in newPolicyForDirectoryDict()
183 case FormatUtils::VERSION_4: in newPolicyForFileDict()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
Dheader_policy.h144 case FormatUtils::VERSION_4: in getFormatVersionNumber()
145 return FormatUtils::VERSION_4; in getFormatVersionNumber()
250 return mDictFormatVersion >= FormatUtils::VERSION_4; in supportsBeginningOfSentence()
Dheader_read_write_utils.cpp102 case FormatUtils::VERSION_4: in writeDictionaryVersion()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
Dformat_utils.cpp34 case VERSION_4: in getFormatVersion()
35 return VERSION_4; in getFormatVersion()
Dformat_utils.h35 VERSION_4 = 402, enumerator
Ddict_file_writing_utils.cpp46 case FormatUtils::VERSION_4: in createEmptyDictFile()