Searched defs:hashString (Results 1 – 4 of 4) sorted by relevance
183 HashCode hashString(CharSequence input); in hashString() method190 HashCode hashString(CharSequence input, Charset charset); in hashString() method
36 @Override public HashCode hashString(CharSequence input) { in hashString() method in AbstractStreamingHashFunction40 @Override public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in AbstractStreamingHashFunction
93 public HashCode hashString(CharSequence input) { in hashString() method in NonStreamingVersion98 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in NonStreamingVersion
69 static unsigned int hashString(const void *key) in hashString() function