Searched refs:ComputeUtf16Hash (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | utf.h | 75 int32_t ComputeUtf16Hash(const mirror::CharArray* chars, int32_t offset, size_t char_count) 77 int32_t ComputeUtf16Hash(const uint16_t* chars, size_t char_count);
|
D | utf.cc | 70 int32_t ComputeUtf16Hash(const mirror::CharArray* chars, int32_t offset, in ComputeUtf16Hash() function 79 int32_t ComputeUtf16Hash(const uint16_t* chars, size_t char_count) { in ComputeUtf16Hash() function
|
/art/runtime/mirror/ |
D | string.cc | 36 SetHashCode(ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength())); in ComputeHashCode() 90 DCHECK(result != 0 || ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()) == 0) in GetHashCode()
|