Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h209 inline String* String::Alloc(Thread* self, int32_t utf16_length_with_flag, in Alloc()
Dstring.cc212 const int32_t utf16_length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8() local