Home
last modified time | relevance | path

Searched refs:NO_CHILDREN_ADDRESS (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java202 if (currentInfo.mChildrenAddress == FormatSpec.NO_CHILDREN_ADDRESS) { in getTerminalPosition()
243 return FormatSpec.NO_CHILDREN_ADDRESS != address; in hasChildrenAddress()
DBinaryDictEncoderUtils.java640 return null == ptNode.mChildren ? FormatSpec.NO_CHILDREN_ADDRESS in getChildrenPosition()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java222 static final int NO_CHILDREN_ADDRESS = Integer.MIN_VALUE; field in FormatSpec