Searched refs:DIGITS (Results 1 – 2 of 2) sorted by relevance
137 private static final char[] DIGITS; field in Byte140 DIGITS = new char[0];
164 private static final byte[] DIGITS = { field in HexFormat926 return ((ch >>> 8) == 0 && DIGITS[ch] >= 0); in isHexDigit()944 if ((ch >>> 8) == 0 && (value = DIGITS[ch]) >= 0) { in fromHexDigit()