Searched refs:thisLine (Results 1 – 2 of 2) sorted by relevance
51 private byte thisLine[] = new byte[16]; field in HexDumpEncoder92 thisLine[currentByte] = buf[off]; in encodeAtom()110 if ((thisLine[i] < ' ') || (thisLine[i] > 'z')) { in encodeLineSuffix()113 pStream.write(thisLine[i]); in encodeLineSuffix()
69 @android.compat.annotation.UnsupportedAppUsage private byte[] thisLine; field in HexDumpEncoder