Home | History | Annotate | Download | only in runtime

Lines Matching full:utf16_length

5289   uint32_t utf16_length;
5290 const char* utf8_data = dex_file.StringDataAndUtf16LengthByIdx(string_idx, &utf16_length);
5291 mirror::String* string = intern_table_->InternStrong(utf16_length, utf8_data);