Searched refs:PTNODE_CHARACTERS_TERMINATOR (Results 1 – 3 of 3) 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()
223 mBuffer[mPosition++] = FormatSpec.PTNODE_CHARACTERS_TERMINATOR; in writeCharacters()
215 static final int PTNODE_CHARACTERS_TERMINATOR = 0x1F; field in FormatSpec