Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp61 case FormatUtils::VERSION_402: { in newPolicyForOnMemoryDict()
121 case FormatUtils::VERSION_402: { in newPolicyForDirectoryDict()
187 case FormatUtils::VERSION_402: in newPolicyForFileDict()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.h124 case FormatUtils::VERSION_402: in getFormatVersionNumber()
125 return FormatUtils::VERSION_402; in getFormatVersionNumber()
214 return mDictFormatVersion >= FormatUtils::VERSION_402; in supportsBeginningOfSentence()
Dheader_read_write_utils.cpp118 case FormatUtils::VERSION_402: in writeDictionaryVersion()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dformat_utils.cpp38 case VERSION_402: in getFormatVersion()
39 return VERSION_402; in getFormatVersion()
Dformat_utils.h41 VERSION_402 = 402, enumerator
Ddict_file_writing_utils.cpp47 case FormatUtils::VERSION_402: in createEmptyDictFile()
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dformat_utils_test.cpp65 getBuffer(FormatUtils::MAGIC_NUMBER, FormatUtils::VERSION_402, 0, 0); in TEST()
66 EXPECT_EQ(FormatUtils::VERSION_402, FormatUtils::detectFormatVersion( in TEST()