Searched refs:thisLineLength (Results 1 – 2 of 2) sorted by relevance
49 private int thisLineLength; field in HexDumpEncoder88 thisLineLength = len; in encodeLinePrefix()101 if (thisLineLength < 16) { in encodeLineSuffix()102 for (int i = thisLineLength; i < 16; i++) { in encodeLineSuffix()109 for (int i = 0; i < thisLineLength; i++) { in encodeLineSuffix()117 offset += thisLineLength; in encodeLineSuffix()
71 @android.compat.annotation.UnsupportedAppUsage private int thisLineLength; field in HexDumpEncoder