Home
last modified time | relevance | path

Searched refs:ComputeUtf16Hash (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dutf.h75 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);
Dutf.cc70 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/
Dstring.cc36 SetHashCode(ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength())); in ComputeHashCode()
90 DCHECK(result != 0 || ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()) == 0) in GetHashCode()