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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java442 private static int getByteSize(final int address) { method in class:BinaryDictInputOutput
548 groupSize += getByteSize(offset);
558 groupSize += getByteSize(offset) + FormatSpec.GROUP_FLAGS_SIZE;
683 switch (getByteSize(address)) {
733 ? FormatSpec.SIGNED_CHILDREN_ADDRESS_SIZE : getByteSize(childrenOffset);
785 switch (getByteSize(offset)) {

Completed in 108 milliseconds