Searched refs:accruedInputWithoutFormatting (Results 1 – 1 of 1) sorted by relevance
47 private StringBuilder accruedInputWithoutFormatting = new StringBuilder(); field in AsYouTypeFormatter268 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 …]