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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 216 if (currentInfo.mChildrenAddress == FormatSpec.NO_CHILDREN_ADDRESS) {
257 return FormatSpec.NO_CHILDREN_ADDRESS != address;
Ver2DictDecoder.java 60 return FormatSpec.NO_CHILDREN_ADDRESS;
226 if (childrenAddress != FormatSpec.NO_CHILDREN_ADDRESS) {
BinaryDictEncoderUtils.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 286 static final int NO_CHILDREN_ADDRESS = Integer.MIN_VALUE;

Completed in 1229 milliseconds