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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 313 static final int SINT24_MAX = 0x7FFFFF;
BinaryDictDecoderUtils.java 284 return sign * (retval & FormatSpec.SINT24_MAX);
293 return -(address & FormatSpec.SINT24_MAX);
316 return sign * (parentAddress & FormatSpec.SINT24_MAX);
DynamicBinaryDictIOUtils.java 444 nextLink = -(nextLink & FormatSpec.SINT24_MAX);
BinaryDictEncoderUtils.java     [all...]

Completed in 30 milliseconds