Searched refs:headerSize (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java247 public FileHeader(final int headerSize, final DictionaryOptions dictionaryOptions, argument
249 mHeaderSize = headerSize;
H A DBinaryDictInputOutput.java1348 * @param headerSize the size of the header.
1354 final FusionDictionaryBufferInterface buffer, final int headerSize, final int address,
1364 result = getWordAtAddressWithParentAddress(buffer, headerSize, address, formatOptions);
1366 result = getWordAtAddressWithoutParentAddress(buffer, headerSize, address,
1377 final FusionDictionaryBufferInterface buffer, final int headerSize, final int address,
1388 buffer.position(currentAddress + headerSize);
1409 final FusionDictionaryBufferInterface buffer, final int headerSize, final int address,
1411 buffer.position(headerSize);
1430 buffer.position(last.mChildrenAddress + headerSize);
1440 buffer.position(last.mChildrenAddress + headerSize);
1353 getWordAtAddress( final FusionDictionaryBufferInterface buffer, final int headerSize, final int address, final FormatOptions formatOptions) argument
1376 getWordAtAddressWithParentAddress( final FusionDictionaryBufferInterface buffer, final int headerSize, final int address, final FormatOptions options) argument
1408 getWordAtAddressWithoutParentAddress( final FusionDictionaryBufferInterface buffer, final int headerSize, final int address, final FormatOptions options) argument
1465 readNode(final FusionDictionaryBufferInterface buffer, final int headerSize, final Map<Integer, Node> reverseNodeMap, final Map<Integer, CharGroup> reverseGroupMap, final FormatOptions options) argument
1601 populateOptions(final FusionDictionaryBufferInterface buffer, final int headerSize, final HashMap<String, String> options) argument
[all...]
H A DBinaryDictIOUtils.java52 final FusionDictionaryBufferInterface buffer, final int headerSize,
61 Position initPos = new Position(headerSize, 0);
85 p.mAddress - headerSize, formatOptions);
119 Position childrenPos = new Position(info.mChildrenAddress + headerSize, index);
51 readUnigramsAndBigramsBinaryInner( final FusionDictionaryBufferInterface buffer, final int headerSize, final Map<Integer, String> words, final Map<Integer, Integer> frequencies, final Map<Integer, ArrayList<PendingAttribute>> bigrams, final FormatOptions formatOptions) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java380 final int headerSize = buffer.readInt();
382 BinaryDictInputOutput.populateOptions(buffer, headerSize, options);

Completed in 57 milliseconds