Searched refs:hexDigit (Results 1 – 4 of 4) sorted by relevance
53 static void hexDigit(PrintStream p, byte x) { in hexDigit() method in HexDumpEncoder84 hexDigit(pStream, (byte)((offset >>> 8) & 0xff)); in encodeLinePrefix()85 hexDigit(pStream, (byte)(offset & 0xff)); in encodeLinePrefix()93 hexDigit(pStream, buf[off]); in encodeAtom()
36 static void hexDigit(java.io.PrintStream p, byte x) { in hexDigit() method in HexDumpEncoder
147 private static final char[] hexDigit; field in Properties150 hexDigit = new char[0];
1140 return hexDigit[(nibble & 0xF)]; in toHex()1144 private static final char[] hexDigit = { field in Properties