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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 222 static final int NO_CHILDREN_ADDRESS = Integer.MIN_VALUE;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 202 if (currentInfo.mChildrenAddress == FormatSpec.NO_CHILDREN_ADDRESS) {
243 return FormatSpec.NO_CHILDREN_ADDRESS != address;
BinaryDictEncoderUtils.java 640 return null == ptNode.mChildren ? FormatSpec.NO_CHILDREN_ADDRESS
    [all...]

Completed in 124 milliseconds