OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeUtf16Hash
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
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);
utf.cc
70
int32_t
ComputeUtf16Hash
(const mirror::CharArray* chars, int32_t offset,
79
int32_t
ComputeUtf16Hash
(const uint16_t* chars, size_t char_count) {
/art/runtime/mirror/
string.cc
36
SetHashCode(
ComputeUtf16Hash
(GetCharArray(), GetOffset(), GetLength()));
90
DCHECK(result != 0 ||
ComputeUtf16Hash
(GetCharArray(), GetOffset(), GetLength()) == 0)
Completed in 470 milliseconds