Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dutf.h93 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count,
Dutf_test.cc123 ConvertUtf16ToModifiedUtf8(reinterpret_cast<char*>(&output[0]), expected.size(), in AssertConversion()
329 ConvertUtf16ToModifiedUtf8(bytes_test, byte_count_test, buf, char_count); in testConversions()
Dutf.cc124 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count, in ConvertUtf16ToModifiedUtf8() function
/art/test/ti-agent/
Dti_utf.h158 inline void ConvertUtf16ToModifiedUtf8(char* utf8_out, in ConvertUtf16ToModifiedUtf8() function
/art/test/906-iterate-heap/
Diterate_heap.cc204 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length); in Java_art_Test906_iterateThroughHeapString()
/art/runtime/mirror/
Dstring.cc330 ConvertUtf16ToModifiedUtf8(&result[0], byte_count, GetValue(), GetLength()); in ToModifiedUtf8()
/art/test/913-heaps/
Dheaps.cc599 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length); in Java_art_Test913_followReferencesString()