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