Searched defs:GetCharArray (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dstring.cc31 const CharArray* String::GetCharArray() const { function in class:art::mirror::String
36 SetHashCode(ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()));
40 return CountUtf8Bytes(GetCharArray()->GetData() + GetOffset(), GetLength());
50 const uint16_t* chars = GetCharArray()->GetData() + GetOffset();
90 DCHECK(result != 0 || ComputeUtf16Hash(GetCharArray(), GetOffset(), GetLength()) == 0)
97 DCHECK(result >= 0 && result <= GetCharArray()->GetLength());
112 return GetCharArray()->Get(index + GetOffset());
125 CharArray* array = const_cast<CharArray*>(string->GetCharArray());
155 const_cast<uint16_t*>(string->GetCharArray()->GetData());
239 const uint16_t* chars = GetCharArray()
[all...]

Completed in 43 milliseconds