Searched refs:ComputeUtf16Hash (Results 1 – 3 of 3) sorted by relevance
86 ? ComputeUtf16Hash(GetValueCompressed(), GetLength()) in ComputeHashCode()87 : ComputeUtf16Hash(GetValue(), GetLength()); in ComputeHashCode()
100 int32_t ComputeUtf16Hash(const MemoryType* chars, size_t char_count) { in ComputeUtf16Hash() function
35 int32_t hash = ComputeUtf16Hash(utf8_data, utf16_length); in Hash()