HomeSort by relevance Sort by last modified time
    Searched refs:mDictFormatVersion (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_policy.h 35 : mDictFormatVersion(formatVersion),
74 : mDictFormatVersion(dictFormatVersion),
104 : mDictFormatVersion(headerPolicy->mDictFormatVersion),
125 : mDictFormatVersion(FormatUtils::UNKNOWN_VERSION), mDictionaryFlags(0), mSize(0),
139 switch (mDictFormatVersion) {
250 return mDictFormatVersion >= FormatUtils::VERSION_4;
279 const FormatUtils::FORMAT_VERSION mDictFormatVersion;
header_policy.cpp 109 if (!HeaderReadWriteUtils::writeDictionaryVersion(outBuffer, mDictFormatVersion,

Completed in 180 milliseconds