Searched refs:headerSize (Results 1 – 3 of 3) sorted by relevance
290 final int headerSize, final int pos) { in getWordAtPosition() argument294 result = getWordAtPositionWithoutParentAddress(dictDecoder, headerSize, pos); in getWordAtPosition()300 final DictDecoder dictDecoder, final int headerSize, final int pos) { in getWordAtPositionWithoutParentAddress() argument301 dictDecoder.setPosition(headerSize); in getWordAtPositionWithoutParentAddress()
51 public DictionaryHeader(final int headerSize, final DictionaryOptions dictionaryOptions, in DictionaryHeader() argument55 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0; in DictionaryHeader()
69 const int headerSize = getHeaderSize(dictBuf); in fetchAllHeaderAttributes() local77 while (pos < headerSize) { in fetchAllHeaderAttributes()