HomeSort by relevance Sort by last modified time
    Searched full:utf16_data_out (Results 1 - 2 of 2) sorted by null

  /art/runtime/
utf.cc 78 void ConvertModifiedUtf8ToUtf16(uint16_t* utf16_data_out, const char* utf8_data_in) {
84 *utf16_data_out++ = leading;
86 *utf16_data_out++ = trailing;
91 void ConvertModifiedUtf8ToUtf16(uint16_t* utf16_data_out, size_t out_chars,
95 uint16_t *out_p = utf16_data_out;
  /art/runtime/mirror/
string.cc 224 uint16_t* utf16_data_out = string->GetValue(); local
225 ConvertModifiedUtf8ToUtf16(utf16_data_out, utf16_length, utf8_data_in, utf8_length);

Completed in 570 milliseconds