HomeSort by relevance Sort by last modified time
    Searched refs:hasChildrenAddress (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 130 if (hasChildrenAddress(ptNodeInfo.mChildrenAddress)) {
242 public static boolean hasChildrenAddress(final int address) {
BinaryDictDecoderUtils.java 344 if (BinaryDictIOUtils.hasChildrenAddress(info.mChildrenAddress)) {
356 if (0 == i && BinaryDictIOUtils.hasChildrenAddress(last.mChildrenAddress)) {
BinaryDictEncoderUtils.java 155 if (!BinaryDictIOUtils.hasChildrenAddress(address)) {
    [all...]

Completed in 138 milliseconds