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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java178 static int getByteSize(final int address) { method in class:BinaryDictEncoderUtils
381 nodeSize += getByteSize(getOffsetToTargetNodeArrayDuringUpdate(ptNodeArray,
390 nodeSize += getByteSize(offset) + FormatSpec.PTNODE_ATTRIBUTE_FLAGS_SIZE;
530 switch (getByteSize(position)) {
615 getByteSize(childrenOffset),
635 switch (getByteSize(offset)) {

Completed in 633 milliseconds