Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dasyoutypeformatter.cc137 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()
Dasyoutypeformatter.h197 bool is_expecting_country_code_; variable