Home
last modified time | relevance | path

Searched defs:utf16_length (Results 1 – 11 of 11) sorted by relevance

/art/libdexfile/dex/
Dutf.cc177 int32_t ComputeUtf16HashFromModifiedUtf8(const char* utf8, size_t utf16_length) { in ComputeUtf16HashFromModifiedUtf8()
204 size_t utf16_length) { in CompareModifiedUtf8ToUtf16AsCodePointValues()
Ddex_file-inl.h35 inline std::string_view StringViewFromUtf16Length(const char* utf8_data, size_t utf16_length) { in StringViewFromUtf16Length()
48 uint32_t* utf16_length) const { in GetStringDataAndUtf16Length()
61 uint32_t* utf16_length) const { in StringDataAndUtf16LengthByIdx()
/art/runtime/mirror/
Dstring.cc155 int32_t utf16_length, in AllocFromUtf16()
187 int32_t utf16_length, in AllocFromModifiedUtf8()
193 int32_t utf16_length, in AllocFromModifiedUtf8()
/art/runtime/
Dintern_table.h62 Utf8String(uint32_t utf16_length, const char* utf8_data, int32_t hash) in Utf8String()
Dintern_table.cc103 uint32_t utf16_length, in LookupStrong()
256 ObjPtr<mirror::String> InternTable::InternStrong(int32_t utf16_length, const char* utf8_data) { in InternStrong()
Dclass_linker.cc8917 uint32_t utf16_length; in DoResolveString() local
8930 uint32_t utf16_length; in DoLookupString() local
/art/compiler/optimizing/
Dinstruction_simplifier.cc2484 uint32_t utf16_length; in SimplifyStringIndexOf() local
Dintrinsics_arm64.cc1698 static const char* GetConstString(HInstruction* candidate, uint32_t* utf16_length) { in GetConstString()
Dintrinsics_arm_vixl.cc883 static const char* GetConstString(HInstruction* candidate, uint32_t* utf16_length) { in GetConstString()
/art/dex2oat/linker/
Dimage_writer.cc1964 uint32_t utf16_length; in ProcessInterns() local
/art/runtime/jni/
Djni_internal.cc1930 size_t utf16_length = VisitModifiedUtf8Chars( in NewStringUTF() local