HomeSort by relevance Sort by last modified time
    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 188 mPosition += FormatSpec.PTNODE_SHORTCUT_LIST_SIZE_SIZE;
205 FormatSpec.PTNODE_SHORTCUT_LIST_SIZE_SIZE);
FormatSpec.java 190 * <byte size> = PTNODE_SHORTCUT_LIST_SIZE_SIZE bytes, big-endian: size of the list, in bytes.
261 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 42 milliseconds