Searched defs:start_it (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dunicodestring.cc63 UnicodeText::const_iterator start_it = text_.begin(); local
64 advance(start_it, start);
66 unicode_text.append(text_.begin(), start_it);
68 advance(start_it, length);
69 unicode_text.append(start_it, text_.end());
94 UnicodeText::const_iterator start_it = text_.begin(); local
95 advance(start_it, start);
96 UnicodeText::const_iterator end_it = start_it;
99 substring.text_.PointTo(start_it, end_it);
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc544 std::map<FilePath, InotifyReader::Watch>::iterator start_it = local
546 std::map<FilePath, InotifyReader::Watch>::iterator end_it = start_it;
554 recursive_watches_by_path_.erase(start_it, end_it);

Completed in 162 milliseconds