Searched defs:toDigit (Results 1 – 3 of 3) sorted by relevance
312 private static char toDigit(long d) { in toDigit() method316 private static char toDigit(int d) { in toDigit() method
240 private static int toDigit(char[] str, int offset) throws IllegalArgumentException { in toDigit() method in HexEncoding
262 static int toDigit(int ch) { in toDigit() method in ASCII