Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/hash/
DHashFunction.java183 HashCode hashString(CharSequence input); in hashString() method
190 HashCode hashString(CharSequence input, Charset charset); in hashString() method
DAbstractStreamingHashFunction.java36 @Override public HashCode hashString(CharSequence input) { in hashString() method in AbstractStreamingHashFunction
40 @Override public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in AbstractStreamingHashFunction
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractNonStreamingHashFunctionTest.java93 public HashCode hashString(CharSequence input) { in hashString() method in NonStreamingVersion
98 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in NonStreamingVersion
/external/srec/portable/src/
Dphashtable.c69 static unsigned int hashString(const void *key) in hashString() function