Searched refs:possible_formats_ (Results 1 – 2 of 2) sorted by relevance
115 possible_formats_() { in AsYouTypeFormatter()140 for (list<const NumberFormat*>::const_iterator it = possible_formats_.begin(); in MaybeCreateNewTemplate()141 it != possible_formats_.end(); ++it) { in MaybeCreateNewTemplate()195 possible_formats_.push_back(&*it); in GetAvailableFormats()206 for (list<const NumberFormat*>::iterator it = possible_formats_.begin(); in NarrowDownPossibleFormats()207 it != possible_formats_.end(); ) { in NarrowDownPossibleFormats()224 it = possible_formats_.erase(it); in NarrowDownPossibleFormats()297 possible_formats_.clear(); in Clear()403 if (possible_formats_.size() > 0) { in InputDigitWithOptionToRememberPosition()438 possible_formats_.clear(); in AttemptToChoosePatternWithPrefixExtracted()[all …]
229 list<const NumberFormat*> possible_formats_; variable