Searched refs:ASCII_CHARACTERS (Results 1 – 2 of 2) sorted by relevance
25 private static final int ASCII_CHARACTERS = 128; field in LowerCaseBase16Encoding39 byte[] decoding = new byte[ASCII_CHARACTERS]; in buildDecodingArray()83 Utils.checkArgument(lo < ASCII_CHARACTERS && DECODING[lo] != -1, "Invalid character " + lo); in decodeByte()84 Utils.checkArgument(hi < ASCII_CHARACTERS && DECODING[hi] != -1, "Invalid character " + hi); in decodeByte()
28 private static final String ASCII_CHARACTERS; field in BenchmarkHelpers36 ASCII_CHARACTERS = sb.toString();60 ASCII(CharMatcher.ASCII, ASCII_CHARACTERS),