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