Home
last modified time | relevance | path

Searched refs:StringViewFromUtf16Length (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h35 inline std::string_view StringViewFromUtf16Length(const char* utf8_data, size_t utf16_length) { in StringViewFromUtf16Length() function
78 return data != nullptr ? StringViewFromUtf16Length(data, unicode_length) : std::string_view(""); in StringViewByIdx()
/art/runtime/
Dart_method-inl.h214 return StringViewFromUtf16Length(name, length); in GetNameView()