Searched refs:timeZonePattern (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
H A DSimpleDateFormatTest.java572 String timeZonePattern = "z";
575 doTestFormat(Locale.ENGLISH, timeZoneStyle, timeZonePattern, "UTC");
576 doTestFormat(Locale.FRANCE, timeZoneStyle, timeZonePattern, "UTC");
577 doTestFormat(Locale.SIMPLIFIED_CHINESE, timeZoneStyle, timeZonePattern, "UTC");
583 String timeZonePattern = "zzzz";
585 doTestFormat(Locale.ENGLISH, timeZoneStyle, timeZonePattern, "Coordinated Universal Time");
586 doTestFormat(Locale.FRANCE, timeZoneStyle, timeZonePattern, "Temps universel coordonné");
587 doTestFormat(Locale.SIMPLIFIED_CHINESE, timeZoneStyle, timeZonePattern, "协调世界时");
590 private static void doTestFormat(Locale locale, int timeZoneStyle, String timeZonePattern, argument
592 DateFormat dateFormat = new SimpleDateFormat(timeZonePattern, local
631 doUtcParsingTest(Locale locale, String timeZonePattern, int timeZoneStyle, String timeZoneString) argument
[all...]

Completed in 21 milliseconds