Searched refs:ConvertUtf16ToModifiedUtf8 (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | utf.h | 93 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 | 158 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 | 330 ConvertUtf16ToModifiedUtf8(&result[0], byte_count, GetValue(), GetLength()); in ToModifiedUtf8()
|
/art/test/913-heaps/ |
D | heaps.cc | 599 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length); in Java_art_Test913_followReferencesString()
|