Home | History | Annotate | Download | only in cintltst

Lines Matching refs:gmtcal

1270     UCalendar *gmtcal = 0, *cal = 0;
1279 gmtcal=ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);;
1296 ucal_setDateTime(gmtcal, yr, mo - 1, dt, hr, mn, sc, &status);
1301 ucal_set(gmtcal, UCAL_MILLISECOND, 0);
1302 date1 = ucal_getMillis(gmtcal, &status);
1342 ucal_close(gmtcal);