Searched defs:computeHash (Results 1 – 6 of 6) sorted by relevance
191 inline unsigned StringImpl::computeHash(const UChar* data, unsigned length) in computeHash() function228 inline unsigned StringImpl::computeHash(const char* data) in computeHash() function
91 unsigned computeHash() const { in computeHash() function
70 void computeHash() { in computeHash() function
89 inline unsigned computeHash(const FontPlatformDataCacheKey& fontKey) in computeHash() function
101 static unsigned computeHash(const char* s) { return computeHash(s, strlen(s)); } in computeHash() function
316 unsigned UString::Rep::computeHash(const UChar* s, int len) in computeHash() function in JSC::UString::Rep359 unsigned UString::Rep::computeHash(const char* s, int l) in computeHash() function in JSC::UString::Rep