OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERSION4
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
179
public static final int
VERSION4
= VERSION403;
182
static final int MINIMUM_SUPPORTED_DYNAMIC_VERSION =
VERSION4
;
DictionaryHeader.java
65
mBodyOffset = formatOptions.mVersion < FormatSpec.
VERSION4
? headerSize : 0;
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java
134
outputBinaryFormatVersion = FormatSpec.
VERSION4
;
292
if (version == FormatSpec.
VERSION4
) {
293
//
VERSION4
doesn't use the code point table.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java
76
private static final int DICTIONARY_FORMAT_VERSION = FormatSpec.
VERSION4
;
118
return formatVersion == FormatSpec.
VERSION4
;
Completed in 171 milliseconds