Home
last modified time | relevance | path

Searched defs:hashUnencodedChars (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DHashFunction.java194 HashCode hashUnencodedChars(CharSequence input); in hashUnencodedChars() method
DAbstractNonStreamingHashFunction.java48 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in AbstractNonStreamingHashFunction
DMurmur3_32HashFunction.java105 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in Murmur3_32HashFunction
DAbstractStreamingHashFunction.java40 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in AbstractStreamingHashFunction