Searched refs:PTNODE_CHARACTERS_TERMINATOR (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java252 static final int PTNODE_CHARACTERS_TERMINATOR = 0x1F; field in class:FormatSpec
H A DBinaryDictDecoderUtils.java217 buffer[index++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;
241 buffer.write(FormatSpec.PTNODE_CHARACTERS_TERMINATOR);
268 if (FormatSpec.PTNODE_CHARACTERS_TERMINATOR == character) {
H A DVer3DictEncoder.java157 mBuffer[mPosition++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;
H A DBinaryDictIOUtils.java327 destination.write((byte)FormatSpec.PTNODE_CHARACTERS_TERMINATOR);
359 destination.write((byte)FormatSpec.PTNODE_CHARACTERS_TERMINATOR);
H A DVer4DictEncoder.java325 mTrieBuf[mTriePos++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;

Completed in 84 milliseconds