OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTNODE_SHORTCUT_LIST_SIZE_SIZE
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictEncoder.java
190
mPosition += FormatSpec.
PTNODE_SHORTCUT_LIST_SIZE_SIZE
;
207
FormatSpec.
PTNODE_SHORTCUT_LIST_SIZE_SIZE
);
FormatSpec.java
192
* <byte size> =
PTNODE_SHORTCUT_LIST_SIZE_SIZE
bytes, big-endian: size of the list, in bytes.
264
static final int
PTNODE_SHORTCUT_LIST_SIZE_SIZE
= 2;
Ver3DictDecoder.java
247
- FormatSpec.
PTNODE_SHORTCUT_LIST_SIZE_SIZE
);
BinaryDictEncoderUtils.java
113
int size = FormatSpec.
PTNODE_SHORTCUT_LIST_SIZE_SIZE
;
[
all
...]
Completed in 24 milliseconds