Searched refs:ConvertUtf16ToModifiedUtf8 (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/ |
| D | utf.h | 77 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count,
|
| D | utf_test.cc | 121 ConvertUtf16ToModifiedUtf8(reinterpret_cast<char*>(&output[0]), expected.size(), in AssertConversion() 327 ConvertUtf16ToModifiedUtf8(bytes_test, byte_count_test, buf, char_count); in testConversions()
|
| D | utf.cc | 120 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8() function
|
| D | jni_internal.cc | 1688 ConvertUtf16ToModifiedUtf8(buf, bytes, chars + start, length); in GetStringUTFRegion() 1771 ConvertUtf16ToModifiedUtf8(bytes, byte_count, chars, s->GetLength()); in GetStringUTFChars()
|
| /art/runtime/mirror/ |
| D | string.cc | 225 ConvertUtf16ToModifiedUtf8(&result[0], byte_count, chars, GetLength()); in ToModifiedUtf8()
|