Home | History | Annotate | Download | only in makedict

Lines Matching defs:groupSize

395             final int groupSize = getCharGroupMaximumSize(g, options);
396 g.mCachedSize = groupSize;
397 size += groupSize;
555 int groupSize = getGroupHeaderSize(group, formatOptions);
556 if (group.isTerminal()) groupSize += FormatSpec.GROUP_FREQUENCY_SIZE;
558 groupSize += FormatSpec.SIGNED_CHILDREN_ADDRESS_SIZE;
560 final int offsetBasePoint = groupSize + node.mCachedAddress + size;
566 groupSize += FormatSpec.SIGNED_CHILDREN_ADDRESS_SIZE;
568 groupSize += getByteSize(offset);
571 groupSize += getShortcutListSize(group.mShortcutTargets);
574 final int offsetBasePoint = groupSize + node.mCachedAddress + size
578 groupSize += getByteSize(offset) + FormatSpec.GROUP_FLAGS_SIZE;
581 group.mCachedSize = groupSize;
582 size += groupSize;