Home
last modified time | relevance | path

Searched refs:greenwichcalendar (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1265 GregorianCalendar *greenwichcalendar = in TestDateFormatZone146() local
1273 greenwichcalendar->set(UCAL_HOUR_OF_DAY, 23); in TestDateFormatZone146()
1275 UDate greenwichdate = greenwichcalendar->getTime(status); in TestDateFormatZone146()
1297 fmt->setCalendar(*greenwichcalendar); in TestDateFormatZone146()
1311 delete greenwichcalendar; in TestDateFormatZone146()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java1990 GregorianCalendar greenwichcalendar = new GregorianCalendar(1997, 3, 4, 23, 0); in TestDateFormatZone146() local
1994 greenwichcalendar.set(Calendar.HOUR_OF_DAY, 23); in TestDateFormatZone146()
1996 Date greenwichdate = greenwichcalendar.getTime(); in TestDateFormatZone146()
2012 fmt.setCalendar(greenwichcalendar); in TestDateFormatZone146()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java1989 GregorianCalendar greenwichcalendar = new GregorianCalendar(1997, 3, 4, 23, 0); in TestDateFormatZone146() local
1993 greenwichcalendar.set(Calendar.HOUR_OF_DAY, 23); in TestDateFormatZone146()
1995 Date greenwichdate = greenwichcalendar.getTime(); in TestDateFormatZone146()
2011 fmt.setCalendar(greenwichcalendar); in TestDateFormatZone146()