Searched refs:hasChildrenAddress (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java394 public static boolean hasChildrenAddress(final int address) { method in class:BinaryDictInputOutput
444 if (!hasChildrenAddress(address)) {
713 if (!hasChildrenAddress(address)) {
1426 if (hasChildrenAddress(info.mChildrenAddress)) {
1438 if (0 == i && hasChildrenAddress(last.mChildrenAddress)) {
1489 if (hasChildrenAddress(info.mChildrenAddress)) {
H A DBinaryDictIOUtils.java118 if (!isMovedGroup && BinaryDictInputOutput.hasChildrenAddress(info.mChildrenAddress)) {

Completed in 37 milliseconds