Home | History | Annotate | Download | only in cintltst

Lines Matching refs:gmtcal

1278     UCalendar *gmtcal = 0, *cal = 0;
1287 gmtcal=ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);;
1304 ucal_setDateTime(gmtcal, yr, mo - 1, dt, hr, mn, sc, &status);
1309 ucal_set(gmtcal, UCAL_MILLISECOND, 0);
1310 date1 = ucal_getMillis(gmtcal, &status);
1350 ucal_close(gmtcal);