Home | History | Annotate | Download | only in text

Lines Matching refs:destination

46     void writeTo(UChar* destination) { *destination = m_buffer; }
61 void writeTo(UChar* destination) { *destination = m_buffer; }
78 void writeTo(UChar* destination)
82 destination[i] = c;
109 void writeTo(UChar* destination)
111 memcpy(destination, m_buffer, static_cast<size_t>(m_length) * sizeof(UChar));
130 void writeTo(UChar* destination)
134 destination[i] = c;
153 void writeTo(UChar* destination)
157 destination[i] = c;
175 void writeTo(UChar* destination)
180 destination[i] = data[i];