HomeSort by relevance Sort by last modified time
    Searched refs:mChildrenAddress (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
PtNodeInfo.java 30 public final int mChildrenAddress;
43 mChildrenAddress = childrenAddress;
BinaryDictDecoderUtils.java 344 if (BinaryDictIOUtils.hasChildrenAddress(info.mChildrenAddress)) {
345 if (info.mChildrenAddress > pos) {
348 dictDecoder.setPosition(last.mChildrenAddress);
350 groupPos = last.mChildrenAddress + BinaryDictIOUtils.getPtNodeCountSize(i);
356 if (0 == i && BinaryDictIOUtils.hasChildrenAddress(last.mChildrenAddress)) {
358 dictDecoder.setPosition(last.mChildrenAddress);
360 groupPos = last.mChildrenAddress + BinaryDictIOUtils.getPtNodeCountSize(i);
BinaryDictIOUtils.java 130 if (hasChildrenAddress(ptNodeInfo.mChildrenAddress)) {
131 final Position childrenPos = new Position(ptNodeInfo.mChildrenAddress, index);
202 if (currentInfo.mChildrenAddress == FormatSpec.NO_CHILDREN_ADDRESS) {
206 dictDecoder.setPosition(currentInfo.mChildrenAddress);

Completed in 30 milliseconds