Lines Matching refs:begin
38 return equal(text_.begin(), text_.end(), rhs.text_.begin());
43 for (UnicodeString::const_iterator it = unicode_string.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);
76 UnicodeText::const_iterator pos_it = text_.begin();
79 unicode_text.append(text_.begin(), pos_it);
94 UnicodeText::const_iterator start_it = text_.begin();
106 cached_it_ = text_.begin();