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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 292 static final int NO_PARENT_ADDRESS = 0;
BinaryDictEncoderUtils.java     [all...]
DynamicBinaryDictIOUtils.java 280 nodeParentAddress = (currentInfo.mParentAddress == FormatSpec.NO_PARENT_ADDRESS)
281 ? FormatSpec.NO_PARENT_ADDRESS : currentInfo.mParentAddress + address;
AbstractDictDecoder.java 132 return FormatSpec.NO_PARENT_ADDRESS;
Ver3DictEncoder.java 145 if (parentPosition == FormatSpec.NO_PARENT_ADDRESS) {
BinaryDictDecoderUtils.java 318 return FormatSpec.NO_PARENT_ADDRESS;
384 if (currentInfo.mParentAddress == FormatSpec.NO_PARENT_ADDRESS) break;
BinaryDictIOUtils.java 346 final int parentOffset = info.mParentAddress == FormatSpec.NO_PARENT_ADDRESS ?
347 FormatSpec.NO_PARENT_ADDRESS : info.mParentAddress - info.mOriginalAddress;
Ver4DictEncoder.java 315 if (parentPos != FormatSpec.NO_PARENT_ADDRESS) {

Completed in 264 milliseconds