Home
last modified time | relevance | path

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

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