Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java47 private StringBuilder accruedInputWithoutFormatting = new StringBuilder(); field in AsYouTypeFormatter
268 accruedInputWithoutFormatting.setLength(0); in clear()
349 switch (accruedInputWithoutFormatting.length()) { in inputDigitWithOptionToRememberPosition()
453 if (accruedInputWithoutFormatting.charAt(accruedInputIndex) == in getRememberedPosition()
571 Matcher iddMatcher = internationalPrefix.matcher(accruedInputWithoutFormatting); in attemptToExtractIdd()
576 nationalNumber.append(accruedInputWithoutFormatting.substring(startOfCountryCallingCode)); in attemptToExtractIdd()
579 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode)); in attemptToExtractIdd()
580 if (accruedInputWithoutFormatting.charAt(0) != PhoneNumberUtil.PLUS_SIGN) { in attemptToExtractIdd()
629 accruedInputWithoutFormatting.append(nextChar); in normalizeAndAccrueDigitsAndPlusSign()
633 accruedInputWithoutFormatting.append(normalizedChar); in normalizeAndAccrueDigitsAndPlusSign()
[all …]