OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGNED_CHILDREN_ADDRESS_SIZE
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
320
static final int
SIGNED_CHILDREN_ADDRESS_SIZE
= 3;
BinaryDictIOUtils.java
376
size += FormatSpec.
SIGNED_CHILDREN_ADDRESS_SIZE
;
571
if (formatOptions.mSupportsDynamicUpdate) return FormatSpec.
SIGNED_CHILDREN_ADDRESS_SIZE
;
BinaryDictEncoderUtils.java
381
nodeSize += FormatSpec.
SIGNED_CHILDREN_ADDRESS_SIZE
;
[
all
...]
Completed in 947 milliseconds