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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java 166 dictBuffer.position(dictBuffer.position() - FormatSpec.FORWARD_LINK_ADDRESS_SIZE);
212 fileEndAddress + 1 + size + FormatSpec.FORWARD_LINK_ADDRESS_SIZE, shortcutTargets,
216 return 1 + size + FormatSpec.FORWARD_LINK_ADDRESS_SIZE;
FormatSpec.java 220 static final int FORWARD_LINK_ADDRESS_SIZE = 3;
Ver3DictEncoder.java 239 FormatSpec.FORWARD_LINK_ADDRESS_SIZE);
BinaryDictEncoderUtils.java 164 size += FormatSpec.FORWARD_LINK_ADDRESS_SIZE;
401 size += FormatSpec.FORWARD_LINK_ADDRESS_SIZE;
    [all...]
Ver4DictEncoder.java 375 forwardLinkAddress, FormatSpec.FORWARD_LINK_ADDRESS_SIZE);
BinaryDictIOUtils.java 471 return size + FormatSpec.FORWARD_LINK_ADDRESS_SIZE;

Completed in 54 milliseconds