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 254 static final int PTNODE_TERMINATOR_SIZE = 1;
BinaryDictEncoderUtils.java 64 if (characters.length > 1) size += FormatSpec.PTNODE_TERMINATOR_SIZE;
101 size += FormatSpec.PTNODE_TERMINATOR_SIZE;
    [all...]
BinaryDictIOUtils.java 328 size += FormatSpec.PTNODE_TERMINATOR_SIZE;

Completed in 206 milliseconds