Home
last modified time | relevance | path

Searched refs:PTNODE_CHARACTERS_TERMINATOR (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java228 buffer[index++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR; in writeString()
257 stream.write(FormatSpec.PTNODE_CHARACTERS_TERMINATOR); in writeString()
286 if (FormatSpec.PTNODE_CHARACTERS_TERMINATOR == character) { in readChar()
381 if (headerBuffer[index] == FormatSpec.PTNODE_CHARACTERS_TERMINATOR) { in decodeHeaderAttributes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java212 static final int PTNODE_CHARACTERS_TERMINATOR = 0x1F; field in FormatSpec