Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DHexDumpEncoder.java51 private byte thisLine[] = new byte[16]; field in HexDumpEncoder
92 thisLine[currentByte] = buf[off]; in encodeAtom()
110 if ((thisLine[i] < ' ') || (thisLine[i] > 'z')) { in encodeLineSuffix()
113 pStream.write(thisLine[i]); in encodeLineSuffix()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DHexDumpEncoder.java69 @android.compat.annotation.UnsupportedAppUsage private byte[] thisLine; field in HexDumpEncoder