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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 214 static final int PTNODE_TERMINATOR_SIZE = 1;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java 258 written += FormatSpec.PTNODE_TERMINATOR_SIZE;
BinaryDictEncoderUtils.java 65 if (characters.length > 1) size += FormatSpec.PTNODE_TERMINATOR_SIZE;
    [all...]

Completed in 249 milliseconds