HomeSort by relevance Sort by last modified time
    Searched refs:possible_formats_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.cc 150 possible_formats_() {
175 for (list<const NumberFormat*>::const_iterator it = possible_formats_.begin();
176 it != possible_formats_.end(); ++it) {
212 possible_formats_.push_back(&*it);
224 for (list<const NumberFormat*>::iterator it = possible_formats_.begin();
225 it != possible_formats_.end(); ) {
235 it = possible_formats_.erase(it);
324 possible_formats_.clear();
429 if (possible_formats_.size() > 0) {
464 possible_formats_.clear()
    [all...]
asyoutypeformatter.h 228 list<const NumberFormat*> possible_formats_; member in class:i18n::phonenumbers::AsYouTypeFormatter

Completed in 542 milliseconds