Searched refs:currentByte (Results 1 – 2 of 2) sorted by relevance
50 private int currentByte; field in HexDumpEncoder87 currentByte = 0; in encodeLinePrefix()92 thisLine[currentByte] = buf[off]; in encodeAtom()95 currentByte++; in encodeAtom()96 if (currentByte == 8) in encodeAtom()
65 @android.compat.annotation.UnsupportedAppUsage private int currentByte; field in HexDumpEncoder