Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dunicodestring.cc76 UnicodeText::const_iterator pos_it = text_.begin(); in setCharAt() local
77 advance(pos_it, pos); in setCharAt()
79 unicode_text.append(text_.begin(), pos_it); in setCharAt()
81 ++pos_it; in setCharAt()
82 unicode_text.append(pos_it, text_.end()); in setCharAt()