Searched defs:UStringHash (Results 1 – 1 of 1) sorted by relevance
189 struct UStringHash { struct190 static unsigned hash(StringImpl* key) { return key->hash(); } in hash()191 static bool equal(const StringImpl* a, const StringImpl* b) in equal()249 // UStringHash is the default hash for UString argument