Home
last modified time | relevance | path

Searched refs:utf16_length_with_flag (Results 1 – 3 of 3) 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.cc204 const int32_t utf16_length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8() local
205 SetStringCountVisitor visitor(utf16_length_with_flag); in AllocFromModifiedUtf8()
206 ObjPtr<String> string = Alloc(self, utf16_length_with_flag, allocator_type, visitor); in AllocFromModifiedUtf8()
Dstring.h258 int32_t utf16_length_with_flag,