Searched defs:toHexString (Results 1 – 8 of 8) sorted by relevance
94 public static String toHexString(byte b) in toHexString() method in HexDump99 public static String toHexString(byte[] array) in toHexString() method in HexDump104 public static String toHexString(byte[] array, int offset, int length) in toHexString() method in HexDump119 public static String toHexString(int i) in toHexString() method in HexDump
16 public static String toHexString( in toHexString() method in Hex22 public static String toHexString( in toHexString() method in Hex
90 MethodId<Integer, String> toHexString in generateHelloMethod() local
89 public static String toHexString(byte b[]) { in toHexString() method in Utils
216 private static String toHexString(byte b[]) { in toHexString() method in MessageDigestAlgorithm
2169 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
419 UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
1137 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function