Searched refs:NULL_BYTE (Results 1 – 1 of 1) sorted by relevance
122 if (ch < MAX && codes[ch] == NULL_BYTE) { in readClassic()145 if (codes[ch] == NULL_BYTE) { in readWithByte()160 final static byte NULL_BYTE = (byte) 0; field in ManualCharAccessTest