Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dstring-inl.h77 DCHECK(result != 0 || ComputeUtf16Hash(GetValueCompressed(), GetLength()) == 0) in GetHashCode()
80 DCHECK(result != 0 || ComputeUtf16Hash(GetValue(), GetLength()) == 0) in GetHashCode()
H A Dstring.cc54 hash_code = ComputeUtf16Hash(GetValueCompressed(), GetLength()); in ComputeHashCode()
56 hash_code = ComputeUtf16Hash(GetValue(), GetLength()); in ComputeHashCode()
/aosp12/art/libdexfile/dex/
H A Dutf.h80 int32_t ComputeUtf16Hash(const MemoryType* chars, size_t char_count) { in ComputeUtf16Hash() function