Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcdateintervalformattest.c433 UCalendar* ucal5 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult() local
493 ucal_setMillis(ucal5, Date158210160000, &ec); in TestFormatCalendarToResult()
497 udtitvfmt_formatCalendarToResult(fmt, ucal4, ucal5, fdi, &ec); in TestFormatCalendarToResult()
523 ucal_setGregorianChange(ucal5, (UDate)(-8.64e15), &ec); in TestFormatCalendarToResult()
526 ucal_setMillis(ucal5, Date158210160000, &ec); in TestFormatCalendarToResult()
531 udtitvfmt_formatCalendarToResult(fmt, ucal4, ucal5, fdi, &ec); in TestFormatCalendarToResult()
559 ucal_close(ucal5); in TestFormatCalendarToResult()