Home
last modified time | relevance | path

Searched refs:AppendUtf16BE (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dendian_utils.h49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE() function
/art/runtime/
Ddebugger.cc329 AppendUtf16BE(bytes, chars, char_count); in DdmSendThreadNotification()
881 AppendUtf16BE(bytes, s_utf16.get(), s_len); in WriteTo()