HomeSort by relevance Sort by last modified time
    Searched refs:ConvertUtf16ToModifiedUtf8 (Results 1 - 8 of 8) sorted by null

  /art/libdexfile/dex/
utf.h 73 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count,
utf_test.cc 121 ConvertUtf16ToModifiedUtf8(reinterpret_cast<char*>(&output[0]), expected.size(),
327 ConvertUtf16ToModifiedUtf8(bytes_test, byte_count_test, buf, char_count);
utf.cc 125 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count,
  /art/test/ti-agent/
ti_utf.h 107 inline void ConvertUtf16ToModifiedUtf8(char* utf8_out,
  /art/test/906-iterate-heap/
iterate_heap.cc 204 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length);
  /art/runtime/mirror/
string.cc 327 ConvertUtf16ToModifiedUtf8(&result[0], byte_count, chars, GetLength());
  /art/test/913-heaps/
heaps.cc 584 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length);
    [all...]
  /art/runtime/
jni_internal.cc     [all...]

Completed in 390 milliseconds