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

  /art/runtime/
utf.h 71 void ConvertUtf16ToModifiedUtf8(char* utf8_out, size_t byte_count,
utf.cc 120 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);
jni_internal.cc     [all...]
  /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 323 ConvertUtf16ToModifiedUtf8(&result[0], byte_count, chars, GetLength());
  /art/test/913-heaps/
heaps.cc 547 ti::ConvertUtf16ToModifiedUtf8(mod_utf.get(), utf_byte_count, value, value_length);
    [all...]

Completed in 330 milliseconds