Home | History | Annotate | Download | only in cintltst

Lines Matching refs:date1

1215     UDate date1;
1244 date1=ucal_getMillis(cal, &status);
1246 log_verbose("%s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)));
1254 date1=ucal_getMillis(cal, &status);
1258 u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1287 UDate date1;
1318 date1 = ucal_getMillis(gmtcal, &status);
1323 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1326 ucal_setMillis(cal, date1, &status);
1340 /*printf("offset for %s %f hr\n", austrdup(myDateFormat(datfor, date1)), temp);*/