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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java358 int size = getGroupHeaderSize(group, options);
419 private static int getGroupHeaderSize(final CharGroup group, final FormatOptions options) { method in class:BinaryDictInputOutput
535 int groupSize = getGroupHeaderSize(group, formatOptions);
921 groupAddress += getGroupHeaderSize(group, formatOptions);

Completed in 63 milliseconds