Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h160 int32_t utf16_length_with_flag, in Alloc() argument
164 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc()
166 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc()
Dstring.h258 int32_t utf16_length_with_flag,