Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
Dformat_utils.cpp30 case VERSION_2: in getFormatVersion()
31 return VERSION_2; in getFormatVersion()
Dformat_utils.h33 VERSION_2 = 2, enumerator
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp117 case FormatUtils::VERSION_2: in newPolicyForDirectoryDict()
179 case FormatUtils::VERSION_2: in newPolicyForFileDict()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
Dheader_policy.h140 case FormatUtils::VERSION_2: in getFormatVersionNumber()
141 return FormatUtils::VERSION_2; in getFormatVersionNumber()
Dheader_read_write_utils.cpp98 case FormatUtils::VERSION_2: in writeDictionaryVersion()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
Dpatricia_trie_policy.h44 FormatUtils::VERSION_2), in PatriciaTriePolicy()