Home | History | Annotate | Download | only in cintltst

Lines Matching refs:today

398     UDate today = 0.0;
409 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */
410 today = ucal_getMillis(ucal, &status);
413 if ( U_FAILURE(status) || today == 0.0 ) {
414 log_data_err("Generate UDate for a specified time today fails, error %s - (Are you missing data?)\n", myErrorName(status) );
486 UDate dateToUse = today + (float)dayOffset*dayInterval;