Searched refs:start_it (Results 1 – 1 of 1) sorted by relevance
63 UnicodeText::const_iterator start_it = text_.begin(); in replace() local64 advance(start_it, start); in replace()66 unicode_text.append(text_.begin(), start_it); in replace()68 advance(start_it, length); in replace()69 unicode_text.append(start_it, text_.end()); in replace()94 UnicodeText::const_iterator start_it = text_.begin(); in tempSubString() local95 advance(start_it, start); in tempSubString()96 UnicodeText::const_iterator end_it = start_it; in tempSubString()99 substring.text_.PointTo(start_it, end_it); in tempSubString()