Home
last modified time | relevance | path

Searched refs:thisLineLength (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DHexDumpEncoder.java49 private int thisLineLength; field in HexDumpEncoder
88 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()
/libcore/ojluni/src/main/java/sun/security/util/
DHexDumpEncoder.java54 private int thisLineLength; field in HexDumpEncoder
93 thisLineLength = len; in encodeLinePrefix()
106 if (thisLineLength < 16) { in encodeLineSuffix()
107 for (int i = thisLineLength; i < 16; i++) { in encodeLineSuffix()
114 for (int i = 0; i < thisLineLength; i++) { in encodeLineSuffix()
122 offset += thisLineLength; in encodeLineSuffix()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DHexDumpEncoder.java71 @android.compat.annotation.UnsupportedAppUsage private int thisLineLength; field in HexDumpEncoder