OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBodyOffset
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictionaryHeader.java
29
public final int
mBodyOffset
;
65
mBodyOffset
= formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java
154
readUnigramsAndBigramsBinaryInner(dictDecoder, header.
mBodyOffset
, words,
Completed in 62 milliseconds