Searched refs:secondFormat (Results 1 – 1 of 1) sorted by relevance
889 SimpleDateFormat secondFormat = new SimpleDateFormat(); field in ExampleGenerator.IntervalFormat895 return firstFormat.format(earlier) + secondFormat.format(later); in format()930 secondFormat = icuServiceBuilder.getDateFormat(calendar, second.toString()); in setPattern()931 secondFormat.setTimeZone(GMT_ZONE_SAMPLE); in setPattern()