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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java 228 buffer[index++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR;
257 stream.write(FormatSpec.PTNODE_CHARACTERS_TERMINATOR);
286 if (FormatSpec.PTNODE_CHARACTERS_TERMINATOR == character) {
381 if (headerBuffer[index] == FormatSpec.PTNODE_CHARACTERS_TERMINATOR) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 212 static final int PTNODE_CHARACTERS_TERMINATOR = 0x1F;

Completed in 90 milliseconds