Searched refs:hexify (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DBigInt.java126 public String toString() { return hexify(); }
142 private String hexify() { method in class:BigInt
196 return hexify().hashCode();
/openjdk7/jdk/test/com/sun/jdi/
H A DFetchLocals.java103 private static String hexify(double d) { method in class:FetchLocals
109 private static String hexify(float f) { method in class:FetchLocals
211 hexify(testV.value()) +
213 hexify(expectV));
228 hexify(testV.value()) +
230 hexify(expectV));

Completed in 48 milliseconds