OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1001 milliseconds