Searched defs:hashUnencodedChars (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava/src/com/google/common/hash/ | ||
D | HashFunction.java | 194 HashCode hashUnencodedChars(CharSequence input); in hashUnencodedChars() method |
D | AbstractNonStreamingHashFunction.java | 48 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in AbstractNonStreamingHashFunction |
D | Murmur3_32HashFunction.java | 105 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in Murmur3_32HashFunction |
D | AbstractStreamingHashFunction.java | 40 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in AbstractStreamingHashFunction |