Searched refs:PTNODE_CHARACTERS_TERMINATOR (Results 1 – 2 of 2) sorted by relevance
228 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()
212 static final int PTNODE_CHARACTERS_TERMINATOR = 0x1F; field in FormatSpec