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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictIOUtils.java77 p.mAddress += BinaryDictInputOutput.getGroupCountSize(p.mNumOfCharGroup);
170 groupOffset += BinaryDictInputOutput.getGroupCountSize(charGroupCount);
H A DBinaryDictInputOutput.java299 public static int getGroupCountSize(final int count) { method in class:BinaryDictInputOutput
316 private static int getGroupCountSize(final Node node) { method in class:BinaryDictInputOutput
317 return getGroupCountSize(node.mData.size());
379 int size = getGroupCountSize(node);
529 int size = getGroupCountSize(node);
586 int groupCountSize = getGroupCountSize(n);
903 final int countSize = getGroupCountSize(node);
913 throw new RuntimeException("Strange size from getGroupCountSize : " + countSize);
1413 int groupOffset = getGroupCountSize(count);
1475 int groupOffset = nodeHeadPosition + getGroupCountSize(coun
[all...]

Completed in 48 milliseconds