Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1252 GregorianCalendar *greenwichcalendar = in TestDateFormatZone146() local
1260 greenwichcalendar->set(UCAL_HOUR_OF_DAY, 23); in TestDateFormatZone146()
1262 UDate greenwichdate = greenwichcalendar->getTime(status); in TestDateFormatZone146()
1284 fmt->setCalendar(*greenwichcalendar); in TestDateFormatZone146()
1298 delete greenwichcalendar; in TestDateFormatZone146()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java1967 GregorianCalendar greenwichcalendar = new GregorianCalendar(1997, 3, 4, 23, 0); in TestDateFormatZone146() local
1971 greenwichcalendar.set(Calendar.HOUR_OF_DAY, 23); in TestDateFormatZone146()
1973 Date greenwichdate = greenwichcalendar.getTime(); in TestDateFormatZone146()
1989 fmt.setCalendar(greenwichcalendar); in TestDateFormatZone146()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java1963 GregorianCalendar greenwichcalendar = new GregorianCalendar(1997, 3, 4, 23, 0); in TestDateFormatZone146() local
1967 greenwichcalendar.set(Calendar.HOUR_OF_DAY, 23); in TestDateFormatZone146()
1969 Date greenwichdate = greenwichcalendar.getTime(); in TestDateFormatZone146()
1985 fmt.setCalendar(greenwichcalendar); in TestDateFormatZone146()