Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc122 const char* utf8_data_in, int32_t utf8_length) { in AllocFromModifiedUtf8() argument
130 ConvertModifiedUtf8ToUtf16(utf16_data_out, utf16_length, utf8_data_in, utf8_length); in AllocFromModifiedUtf8()
Dstring.h120 const char* utf8_data_in, int32_t utf8_length)