Home | History | Annotate | Download | only in phonenumbers

Lines Matching refs:text_

37       : text_(UTF8ToUnicodeText(utf8, 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, len);
103 out = UnicodeTextToUTF8(text_);
109 UnicodeText text_;