Home | History | Annotate | Download | only in phonenumbers

Lines Matching refs:text_

32     text_ = src.text_;
38 return equal(text_.begin(), text_.end(), rhs.text_.begin());
51 for (UnicodeText::const_iterator it = text_.begin(); it != text_.end();
63 UnicodeText::const_iterator start_it = text_.begin();
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;
76 UnicodeText::const_iterator pos_it = text_.begin();
79 unicode_text.append(text_.begin(), pos_it);
82 unicode_text.append(pos_it, text_.end());
83 text_ = unicode_text;
94 UnicodeText::const_iterator start_it = text_.begin();
99 substring.text_.PointTo(start_it, end_it);
106 cached_it_ = text_.begin();