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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java 103 if (dictUpdater.getPosition() == FormatSpec.NO_FORWARD_LINK_ADDRESS) break;
165 if (forwardLinkAddress == FormatSpec.NO_FORWARD_LINK_ADDRESS) {
446 if (nextLink == FormatSpec.NO_FORWARD_LINK_ADDRESS) {
FormatSpec.java 293 static final int NO_FORWARD_LINK_ADDRESS = 0;
Ver3DictDecoder.java 233 return mDictBuffer.position() != FormatSpec.NO_FORWARD_LINK_ADDRESS;
Ver4DictDecoder.java 327 return mDictBuffer.position() != FormatSpec.NO_FORWARD_LINK_ADDRESS;
BinaryDictEncoderUtils.java     [all...]
BinaryDictIOUtils.java 470 writeSInt24ToStream(destination, FormatSpec.NO_FORWARD_LINK_ADDRESS);

Completed in 5476 milliseconds