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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java 200 buffer[index++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;
228 stream.write(FormatSpec.PTNODE_CHARACTERS_TERMINATOR);
257 if (FormatSpec.PTNODE_CHARACTERS_TERMINATOR == character) {
Ver2DictEncoder.java 151 mBuffer[mPosition++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 238 static final int PTNODE_CHARACTERS_TERMINATOR = 0x1F;

Completed in 169 milliseconds