Searched refs:greenwichcalendar (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 1268 GregorianCalendar *greenwichcalendar = in TestDateFormatZone146() local 1276 greenwichcalendar->set(UCAL_HOUR_OF_DAY, 23); in TestDateFormatZone146() 1278 UDate greenwichdate = greenwichcalendar->getTime(status); in TestDateFormatZone146() 1300 fmt.setCalendar(*greenwichcalendar); in TestDateFormatZone146() 1313 delete greenwichcalendar; in TestDateFormatZone146()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatTest.java | 2084 GregorianCalendar greenwichcalendar = new GregorianCalendar(1997, 3, 4, 23, 0); in TestDateFormatZone146() local 2088 greenwichcalendar.set(Calendar.HOUR_OF_DAY, 23); in TestDateFormatZone146() 2090 Date greenwichdate = greenwichcalendar.getTime(); in TestDateFormatZone146() 2106 fmt.setCalendar(greenwichcalendar); in TestDateFormatZone146()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 2081 GregorianCalendar greenwichcalendar = new GregorianCalendar(1997, 3, 4, 23, 0); in TestDateFormatZone146() local 2085 greenwichcalendar.set(Calendar.HOUR_OF_DAY, 23); in TestDateFormatZone146() 2087 Date greenwichdate = greenwichcalendar.getTime(); in TestDateFormatZone146() 2103 fmt.setCalendar(greenwichcalendar); in TestDateFormatZone146()
|