Searched defs:utf16_length (Results 1 – 3 of 3) sorted by relevance
116 int32_t utf16_length, in AllocFromUtf16()148 String* String::AllocFromModifiedUtf8(Thread* self, int32_t utf16_length, in AllocFromModifiedUtf8()161 String* String::Alloc(Thread* self, Class* java_lang_String, int32_t utf16_length) { in Alloc()
188 mirror::String* InternTable::InternStrong(int32_t utf16_length, in InternStrong()
3965 int32_t utf16_length = dex_file.GetStringLength(string_id); in ResolveString() local