Searched refs:hasChildrenAddress (Results 1 – 3 of 3) sorted by relevance
130 if (hasChildrenAddress(ptNodeInfo.mChildrenAddress)) { in readUnigramsAndBigramsBinaryInner()242 public static boolean hasChildrenAddress(final int address) { in hasChildrenAddress() method in BinaryDictIOUtils
344 if (BinaryDictIOUtils.hasChildrenAddress(info.mChildrenAddress)) { in getWordAtPositionWithoutParentAddress()356 if (0 == i && BinaryDictIOUtils.hasChildrenAddress(last.mChildrenAddress)) { in getWordAtPositionWithoutParentAddress()
155 if (!BinaryDictIOUtils.hasChildrenAddress(address)) { in getByteSize()