Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc102 is_expecting_country_code_(false), in AsYouTypeFormatter()
296 is_expecting_country_code_ = false; in Clear()
386 is_expecting_country_code_ = true; in InputDigitWithOptionToRememberPosition()
395 if (is_expecting_country_code_) { in InputDigitWithOptionToRememberPosition()
397 is_expecting_country_code_ = false; in InputDigitWithOptionToRememberPosition()
437 is_expecting_country_code_ = false; in AttemptToChoosePatternWithPrefixExtracted()
Dasyoutypeformatter.h198 bool is_expecting_country_code_; variable