Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dunicodestring.cc106 cached_it_ = text_.begin(); in operator []()
109 for (; cached_index_ < index; ++cached_index_, ++cached_it_) {} in operator []()
110 return *cached_it_; in operator []()
Dunicodestring.h129 mutable UnicodeText::const_iterator cached_it_; variable