Home
last modified time | relevance | path

Searched refs:dictFormatVersion (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp59 FormatUtils::FORMAT_VERSION dictFormatVersion = FormatUtils::getFormatVersion(formatVersion); in newPolicyForOnMemoryDict() local
60 switch (dictFormatVersion) { in newPolicyForOnMemoryDict()
66 dictFormatVersion, locale, attributeMap); in newPolicyForOnMemoryDict()
72 dictFormatVersion, locale, attributeMap); in newPolicyForOnMemoryDict()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.h60 HeaderPolicy(const FormatUtils::FORMAT_VERSION dictFormatVersion, in HeaderPolicy() argument
63 : mDictFormatVersion(dictFormatVersion), in HeaderPolicy()