Lines Matching refs:unicode_text
65 UnicodeText unicode_text;
66 unicode_text.append(text_.begin(), start_it);
67 unicode_text.append(src.text_);
69 unicode_text.append(start_it, text_.end());
70 text_ = unicode_text;
78 UnicodeText unicode_text;
79 unicode_text.append(text_.begin(), pos_it);
80 unicode_text.push_back(c);
82 unicode_text.append(pos_it, text_.end());
83 text_ = unicode_text;