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/dictionary/header/
header_policy.h 36 : mDictFormatVersion(formatVersion),
63 : mDictFormatVersion(dictFormatVersion),
85 : mDictFormatVersion(headerPolicy->mDictFormatVersion),
102 : mDictFormatVersion(FormatUtils::UNKNOWN_VERSION), mDictionaryFlags(0), mSize(0),
115 switch (mDictFormatVersion) {
214 return mDictFormatVersion >= FormatUtils::VERSION_402;
242 const FormatUtils::FORMAT_VERSION mDictFormatVersion;
header_policy.cpp 100 if (!HeaderReadWriteUtils::writeDictionaryVersion(outBuffer, mDictFormatVersion,

Completed in 466 milliseconds