Searched refs:is_expecting_country_code_ (Results 1 – 2 of 2) sorted by relevance
137 is_expecting_country_code_(false), in AsYouTypeFormatter()323 is_expecting_country_code_ = false; in Clear()413 is_expecting_country_code_ = true; in InputDigitWithOptionToRememberPosition()421 if (is_expecting_country_code_) { in InputDigitWithOptionToRememberPosition()423 is_expecting_country_code_ = false; in InputDigitWithOptionToRememberPosition()463 is_expecting_country_code_ = false; in AttemptToChoosePatternWithPrefixExtracted()
197 bool is_expecting_country_code_; variable