Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcdateintervalformattest.c432 UCalendar* ucal4 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult() local
492 ucal_setMillis(ucal4, Date158210140000, &ec); in TestFormatCalendarToResult()
497 udtitvfmt_formatCalendarToResult(fmt, ucal4, ucal5, fdi, &ec); in TestFormatCalendarToResult()
524 ucal_setGregorianChange(ucal4, (UDate)(-8.64e15), &ec); in TestFormatCalendarToResult()
525 ucal_setMillis(ucal4, Date158210140000, &ec); in TestFormatCalendarToResult()
531 udtitvfmt_formatCalendarToResult(fmt, ucal4, ucal5, fdi, &ec); in TestFormatCalendarToResult()
558 ucal_close(ucal4); in TestFormatCalendarToResult()