Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java57 private boolean isExpectingCountryCallingCode = false; field in AsYouTypeFormatter
273 isExpectingCountryCallingCode = false; in clear()
349 isExpectingCountryCallingCode = true; in inputDigitWithOptionToRememberPosition()
356 if (isExpectingCountryCallingCode) { in inputDigitWithOptionToRememberPosition()
358 isExpectingCountryCallingCode = false; in inputDigitWithOptionToRememberPosition()
385 isExpectingCountryCallingCode = false; in attemptToChoosePatternWithPrefixExtracted()