Home | History | Annotate | Download | only in cintltst

Lines Matching refs:date1

1207     UDate date1;
1236 date1=ucal_getMillis(cal, &status);
1238 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1246 date1=ucal_getMillis(cal, &status);
1250 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1279 UDate date1;
1310 date1 = ucal_getMillis(gmtcal, &status);
1315 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1318 ucal_setMillis(cal, date1, &status);
1332 /*printf("offset for %s %f hr\n", austrdup(myDateFormat(datfor, date1)), temp);*/