Searched refs:isoFormat (Results 1 – 3 of 3) sorted by relevance
417 final FastDateFormat isoFormat = FastDateFormat.getInstance("ZZ"); in testTimeZoneAsZ() local418 assertEquals("Z", isoFormat.format(c)); in testTimeZoneAsZ()
85 private static final String SAMPLE_DATE_STRING = CldrUtility.isoFormat(SAMPLE_DATE);
1345 public static String isoFormat(Date date) { in isoFormat() method in CldrUtility