Searched refs:tempTemplate (Results 1 – 1 of 1) sorted by relevance
233 String tempTemplate = getFormattingTemplate(numberPattern, format.getFormat()); in createFormattingTemplate() local234 if (tempTemplate.length() > 0) { in createFormattingTemplate()235 formattingTemplate.append(tempTemplate); in createFormattingTemplate()647 String tempTemplate = digitMatcher.replaceFirst(Character.toString(nextChar)); in inputDigitHelper() local648 formattingTemplate.replace(0, tempTemplate.length(), tempTemplate); in inputDigitHelper()