Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DHexDumpEncoder.java50 private int currentByte; field in HexDumpEncoder
87 currentByte = 0; in encodeLinePrefix()
92 thisLine[currentByte] = buf[off]; in encodeAtom()
95 currentByte++; in encodeAtom()
96 if (currentByte == 8) in encodeAtom()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DHexDumpEncoder.java65 @android.compat.annotation.UnsupportedAppUsage private int currentByte; field in HexDumpEncoder