Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.cc229 jsize GetUncompressedStringUTFLength(const uint16_t* chars, size_t length) { in GetUncompressedStringUTFLength() function
2074 : GetUncompressedStringUTFLength(str->GetValue(), str->GetLength()); in GetStringUTFLength()
2231 s->IsCompressed() ? length : GetUncompressedStringUTFLength(s->GetValue(), length); in GetStringUTFChars()