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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictEncoder.java 177 mPosition += FormatSpec.PTNODE_SHORTCUT_LIST_SIZE_SIZE;
194 FormatSpec.PTNODE_SHORTCUT_LIST_SIZE_SIZE);
BinaryDictEncoderUtils.java 113 int size = FormatSpec.PTNODE_SHORTCUT_LIST_SIZE_SIZE;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 171 * <byte size> = PTNODE_SHORTCUT_LIST_SIZE_SIZE bytes, big-endian: size of the list, in bytes.
247 static final int PTNODE_SHORTCUT_LIST_SIZE_SIZE = 2;

Completed in 188 milliseconds