Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java140 if (hasChildrenAddress(ptNodeInfo.mChildrenAddress)) { in readUnigramsAndBigramsBinaryInner()
256 public static boolean hasChildrenAddress(final int address) { in hasChildrenAddress() method in BinaryDictIOUtils
DBinaryDictDecoderUtils.java316 if (BinaryDictIOUtils.hasChildrenAddress(info.mChildrenAddress)) { in getWordAtPositionWithoutParentAddress()
328 if (0 == i && BinaryDictIOUtils.hasChildrenAddress(last.mChildrenAddress)) { in getWordAtPositionWithoutParentAddress()
DBinaryDictEncoderUtils.java180 if (!BinaryDictIOUtils.hasChildrenAddress(address)) { in getByteSize()
560 if (!BinaryDictIOUtils.hasChildrenAddress(position)) { in writeSignedChildrenPosition()