Home
last modified time | relevance | path

Searched refs:headerSize (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java290 final int headerSize, final int pos) { in getWordAtPosition() argument
294 result = getWordAtPositionWithoutParentAddress(dictDecoder, headerSize, pos); in getWordAtPosition()
300 final DictDecoder dictDecoder, final int headerSize, final int pos) { in getWordAtPositionWithoutParentAddress() argument
301 dictDecoder.setPosition(headerSize); in getWordAtPositionWithoutParentAddress()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DDictionaryHeader.java51 public DictionaryHeader(final int headerSize, final DictionaryOptions dictionaryOptions, in DictionaryHeader() argument
55 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0; in DictionaryHeader()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
Dheader_read_write_utils.cpp69 const int headerSize = getHeaderSize(dictBuf); in fetchAllHeaderAttributes() local
77 while (pos < headerSize) { in fetchAllHeaderAttributes()