Home | History | Annotate | Download | only in cintltst

Lines Matching refs:date

290     /*Testing the current time and date using ucal_getnow()*/
293 /* open the date format and format the date to check the output */
299 log_verbose("PASS: The current date and time fetched is %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datdef, now)) );
463 /* this is supposed to open default date format, but later on it treats it like it is "en_US"
475 log_verbose("\nTesting the date and time fetched in millis for a calendar using getMillis\n");
482 log_verbose("\nTesting the set date and time function using setMillis\n");
488 /*testing if the calendar date is set properly or not */
568 log_err("error in setting the calendar date : %s\n", u_errorName(status));
570 /*checking if the calendar date is set properly or not */
599 log_err("error in setting the calendar date : %s\n", u_errorName(status));
601 /*checking if the calendar date is set properly or not */
969 ucal_setDate(cal, 1999, UCAL_MARCH, 5, &status); /* Set the date to be March 5, 1999 */
1158 log_verbose("date = %s\n", u_austrcpy(tempMsgBuf, myDateFormat(datfor, date1)) );
1350 UDate date;
1364 date = ucal_getGregorianChange(cal, &errorCode);
1365 if(U_FAILURE(errorCode) || date != -365 * (dayMillis * (UDate)1)) {
1366 log_err("ucal_getGregorianChange() failed: %s, date = %f\n", u_errorName(errorCode), date);
1384 date = ucal_getGregorianChange(cal, &errorCode);