Searched refs:is_expecting_country_code_ (Results 1 – 2 of 2) sorted by relevance
102 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()
198 bool is_expecting_country_code_; variable