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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 252 static final int PTNODE_CHARACTERS_TERMINATOR = 0x1F;
BinaryDictDecoderUtils.java 217 buffer[index++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;
241 buffer.write(FormatSpec.PTNODE_CHARACTERS_TERMINATOR);
268 if (FormatSpec.PTNODE_CHARACTERS_TERMINATOR == character) {
Ver3DictEncoder.java 157 mBuffer[mPosition++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;
BinaryDictIOUtils.java 327 destination.write((byte)FormatSpec.PTNODE_CHARACTERS_TERMINATOR);
359 destination.write((byte)FormatSpec.PTNODE_CHARACTERS_TERMINATOR);
Ver4DictEncoder.java 325 mTrieBuf[mTriePos++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;

Completed in 28 milliseconds