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.java130 if (hasChildrenAddress(ptNodeInfo.mChildrenAddress)) { in readUnigramsAndBigramsBinaryInner()
242 public static boolean hasChildrenAddress(final int address) { in hasChildrenAddress() method in BinaryDictIOUtils
DBinaryDictDecoderUtils.java344 if (BinaryDictIOUtils.hasChildrenAddress(info.mChildrenAddress)) { in getWordAtPositionWithoutParentAddress()
356 if (0 == i && BinaryDictIOUtils.hasChildrenAddress(last.mChildrenAddress)) { in getWordAtPositionWithoutParentAddress()
DBinaryDictEncoderUtils.java155 if (!BinaryDictIOUtils.hasChildrenAddress(address)) { in getByteSize()