Searched refs:LOWERCASE_DIGITS (Results 1 – 1 of 1) sorted by relevance
158 private static final byte[] LOWERCASE_DIGITS = { field in HexFormat187 new HexFormat("", "", "", LOWERCASE_DIGITS);238 return new HexFormat(delimiter, "", "", LOWERCASE_DIGITS); in ofDelimiter()287 return new HexFormat(this.delimiter, this.prefix, this.suffix, LOWERCASE_DIGITS); in withLowerCase()