Searched refs:tempTemplate (Results 1 – 2 of 2) sorted by relevance
226 String tempTemplate = getFormattingTemplate(numberPattern, format.getFormat()); in createFormattingTemplate() local227 if (tempTemplate.length() > 0) { in createFormattingTemplate()228 formattingTemplate.append(tempTemplate); in createFormattingTemplate()646 String tempTemplate = digitMatcher.replaceFirst(Character.toString(nextChar)); in inputDigitHelper() local647 formattingTemplate.replace(0, tempTemplate.length(), tempTemplate); in inputDigitHelper()
224 String tempTemplate = getFormattingTemplate(numberPattern, format.getFormat()); in createFormattingTemplate() local225 if (tempTemplate.length() > 0) { in createFormattingTemplate()226 formattingTemplate.append(tempTemplate); in createFormattingTemplate()640 String tempTemplate = digitMatcher.replaceFirst(Character.toString(nextChar)); in inputDigitHelper() local641 formattingTemplate.replace(0, tempTemplate.length(), tempTemplate); in inputDigitHelper()