Searched refs:utf16_in (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dutf.cc68 void ConvertUtf16ToModifiedUtf8(char* utf8_out, const uint16_t* utf16_in, size_t char_count) { argument
70 const uint16_t ch = *utf16_in++;
79 const uint16_t ch2 = *utf16_in;
85 utf16_in++;
H A Dutf.h74 void ConvertUtf16ToModifiedUtf8(char* utf8_out, const uint16_t* utf16_in, size_t char_count);

Completed in 985 milliseconds