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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java465 static int getByteSize(final int address) { method in class:BinaryDictInputOutput
568 groupSize += getByteSize(offset);
578 groupSize += getByteSize(offset) + FormatSpec.GROUP_FLAGS_SIZE;
703 switch (getByteSize(address)) {
794 getByteSize(childrenOffset), group.mShortcutTargets != null, group.mBigrams != null,
812 switch (getByteSize(offset)) {

Completed in 77 milliseconds