Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc301 const uint16_t* uncompressed_chars = lhs->IsCompressed() ? rhs->GetValue() : lhs->GetValue(); in CompareTo() local
304 static_cast<int32_t>(compressed_chars[i]) - static_cast<int32_t>(uncompressed_chars[i]); in CompareTo()