Lines Matching defs:append
170 void UnicodeText::Repr::append(const char* bytes, int byte_length) {
208 repr_.append(first.it_, static_cast<int>(last.it_ - first.it_));
303 UnicodeText& UnicodeText::append(const UnicodeText& u) {
304 repr_.append(u.repr_.data_, u.repr_.size_);
308 UnicodeText& UnicodeText::append(const const_iterator& first,
311 repr_.append(first.it_, static_cast<int>(last.it_ - first.it_));
316 repr_.append(utf8, len);
372 repr_.append(buf, len);
375 repr_.append(" ", 1);
379 repr_.append(" ", 1);