Searched refs:hashUnencodedChars (Results 1 – 6 of 6) sorted by relevance
46 assertHash(0, murmur3_32().hashUnencodedChars("")); in testKnownStringInputs()47 assertHash(679745764, murmur3_32().hashUnencodedChars("k")); in testKnownStringInputs()48 assertHash(1510782915, murmur3_32().hashUnencodedChars("hell")); in testKnownStringInputs()49 assertHash(-675079799, murmur3_32().hashUnencodedChars("hello")); in testKnownStringInputs()50 assertHash(1935035788, murmur3_32().hashUnencodedChars("http://www.google.com/")); in testKnownStringInputs()52 murmur3_32().hashUnencodedChars("The quick brown fox jumps over the lazy dog")); in testKnownStringInputs()
525 hashFunction.hashUnencodedChars("abc"), in assertHashStringEquivalence()540 assertEquals(hashFunction.hashUnencodedChars(string), in assertHashStringEquivalence()561 assertEquals(hashFunction.hashUnencodedChars(string), in assertHashStringWithSurrogatesEquivalence()
194 HashCode hashUnencodedChars(CharSequence input); in hashUnencodedChars() method
48 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in AbstractNonStreamingHashFunction
105 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in Murmur3_32HashFunction
40 @Override public HashCode hashUnencodedChars(CharSequence input) { in hashUnencodedChars() method in AbstractStreamingHashFunction