HomeSort by relevance Sort by last modified time
    Searched refs:ComputeUtf16Hash (Results 1 - 3 of 3) sorted by null

  /art/libdexfile/dex/
utf.h 80 int32_t ComputeUtf16Hash(const MemoryType* chars, size_t char_count) {
  /art/runtime/mirror/
string-inl.h 305 DCHECK(result != 0 || ComputeUtf16Hash(GetValueCompressed(), GetLength()) == 0)
308 DCHECK(result != 0 || ComputeUtf16Hash(GetValue(), GetLength()) == 0)
string.cc 70 hash_code = ComputeUtf16Hash(GetValueCompressed(), GetLength());
72 hash_code = ComputeUtf16Hash(GetValue(), GetLength());

Completed in 77 milliseconds