Home
last modified time | relevance | path

Searched refs:ConvertUtf16ToModifiedUtf8 (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dutf.h77 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count,
Dutf_test.cc121 ConvertUtf16ToModifiedUtf8(reinterpret_cast<char*>(&output[0]), expected.size(), in AssertConversion()
327 ConvertUtf16ToModifiedUtf8(bytes_test, byte_count_test, buf, char_count); in testConversions()
Dutf.cc120 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8() function
Djni_internal.cc1688 ConvertUtf16ToModifiedUtf8(buf, bytes, chars + start, length); in GetStringUTFRegion()
1771 ConvertUtf16ToModifiedUtf8(bytes, byte_count, chars, s->GetLength()); in GetStringUTFChars()
/art/runtime/mirror/
Dstring.cc225 ConvertUtf16ToModifiedUtf8(&result[0], byte_count, chars, GetLength()); in ToModifiedUtf8()