Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc209 int32_t utf8_length) { in AllocFromModifiedUtf8() argument
211 const bool compressible = kUseStringCompression && (utf16_length == utf8_length); in AllocFromModifiedUtf8()
222 ConvertModifiedUtf8ToUtf16(utf16_data_out, utf16_length, utf8_data_in, utf8_length); in AllocFromModifiedUtf8()
Dstring.h138 const char* utf8_data_in, int32_t utf8_length)