Searched refs:FORMAT_VERSION (Results 1 - 13 of 13) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dformat_utils.h31 enum FORMAT_VERSION { enum in class:latinime::FormatUtils
44 static FORMAT_VERSION getFormatVersion(const int formatVersion);
45 static FORMAT_VERSION detectFormatVersion(const uint8_t *const dict, const int dictSize);
H A Dformat_utils.cpp28 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::getFormatVersion(const int formatVersion) {
42 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::detectFormatVersion(
H A Ddict_file_writing_utils.h52 const FormatUtils::FORMAT_VERSION formatVersion);
58 const FormatUtils::FORMAT_VERSION formatVersion);
H A Ddict_file_writing_utils.cpp44 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::getFormatVersion(dictVersion);
67 const FormatUtils::FORMAT_VERSION formatVersion) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
H A Ddictionary_structure_with_buffer_policy_factory.h45 newPolicyForOnMemoryV4Dict(const FormatUtils::FORMAT_VERSION formatVersion,
54 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
H A Ddictionary_structure_with_buffer_policy_factory.cpp59 FormatUtils::FORMAT_VERSION dictFormatVersion = FormatUtils::getFormatVersion(formatVersion);
85 const FormatUtils::FORMAT_VERSION formatVersion,
113 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::detectFormatVersion(
144 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.h49 const FormatUtils::FORMAT_VERSION formatVersion);
134 const FormatUtils::FORMAT_VERSION formatVersion);
H A Dver4_dict_buffers.cpp41 const FormatUtils::FORMAT_VERSION formatVersion) {
130 const FormatUtils::FORMAT_VERSION formatVersion)
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
H A Dver4_dict_buffers.h41 const FormatUtils::FORMAT_VERSION formatVersion);
124 const FormatUtils::FORMAT_VERSION formatVersion,
H A Dver4_dict_buffers.cpp35 const FormatUtils::FORMAT_VERSION formatVersion) {
180 const FormatUtils::FORMAT_VERSION formatVersion,
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
H A Dheader_read_write_utils.h50 const FormatUtils::FORMAT_VERSION version, int *const writingPos);
H A Dheader_policy.h34 HeaderPolicy(const uint8_t *const dictBuf, const FormatUtils::FORMAT_VERSION formatVersion)
71 HeaderPolicy(const FormatUtils::FORMAT_VERSION dictFormatVersion,
279 const FormatUtils::FORMAT_VERSION mDictFormatVersion;
H A Dheader_read_write_utils.cpp91 BufferWithExtendableBuffer *const buffer, const FormatUtils::FORMAT_VERSION version,

Completed in 155 milliseconds