Home | History | Annotate | Download | only in intltest

Lines Matching refs:fulldate

431     DateFormat *shortdate, *fulldate;
451 fulldate = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG);
452 if (fulldate == NULL){
462 fulldate->format(curDate, temp2);
493 delete fulldate;