Home
last modified time | relevance | path

Searched refs:start_it (Results 1 – 1 of 1) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dunicodestring.cc63 UnicodeText::const_iterator start_it = text_.begin(); in replace() local
64 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() local
95 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()