Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc99 able_to_format_(true), in AsYouTypeFormatter()
157 able_to_format_ = false; in MaybeCreateNewTemplate()
291 able_to_format_ = true; in Clear()
341 able_to_format_ = false; in InputDigitWithOptionToRememberPosition()
347 if (!able_to_format_) { in InputDigitWithOptionToRememberPosition()
421 if (able_to_format_) { in InputDigitWithOptionToRememberPosition()
436 able_to_format_ = true; in AttemptToChoosePatternWithPrefixExtracted()
509 if (!able_to_format_) { in GetRememberedPosition()
584 if (able_to_format_) { in InputAccruedNationalNumber()
745 able_to_format_ = false; in InputDigitHelper()
Dasyoutypeformatter.h189 bool able_to_format_; variable