Searched refs:ConvertUtf16ToModifiedUtf8 (Results 1 – 8 of 8) sorted by relevance
/art/libdexfile/dex/ |
D | utf.h | 73 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count,
|
D | utf_test.cc | 123 ConvertUtf16ToModifiedUtf8(reinterpret_cast<char*>(&output[0]), expected.size(), in AssertConversion() 329 ConvertUtf16ToModifiedUtf8(bytes_test, byte_count_test, buf, char_count); in testConversions()
|
D | utf.cc | 124 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8() function
|
/art/test/ti-agent/ |
D | ti_utf.h | 107 inline void ConvertUtf16ToModifiedUtf8(char* utf8_out, in ConvertUtf16ToModifiedUtf8() function
|
/art/test/906-iterate-heap/ |
D | iterate_heap.cc | 204 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length); in Java_art_Test906_iterateThroughHeapString()
|
/art/runtime/mirror/ |
D | string.cc | 278 ConvertUtf16ToModifiedUtf8(&result[0], byte_count, chars, GetLength()); in ToModifiedUtf8()
|
/art/test/913-heaps/ |
D | heaps.cc | 592 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length); in Java_art_Test913_followReferencesString()
|
/art/runtime/jni/ |
D | jni_internal.cc | 2029 ConvertUtf16ToModifiedUtf8(buf, bytes, chars + start, length); in GetStringUTFRegion() 2140 ConvertUtf16ToModifiedUtf8(bytes, byte_count, chars, s->GetLength()); in GetStringUTFChars()
|