Searched refs:HASH_LENGTH (Results 1 – 1 of 1) sorted by relevance
43 private static final int HASH_LENGTH = 8; field in HashedStringCache116 int len = Math.min(HASH_LENGTH, bytes.length); in hashString()