Lines Matching refs:text_
37 : text_(UTF8ToUnicodeText(utf8, static_cast<int>(std::strlen(utf8)))),
46 : text_(src.text_), cached_index_(-1) {}
56 text_.push_back(codepoint);
62 return text_.begin();
66 return text_.end();
74 return text_.size();
80 text_.clear();
92 text_.CopyUTF8(s, static_cast<int>(len));
96 bool UTF8WasValid() const { return text_.UTF8WasValid(); }
106 out = UnicodeTextToUTF8(text_);
112 UnicodeText text_;