Home | History | Annotate | Download | only in intltest

Lines Matching refs:shortdate

439     DateFormat *shortdate, *fulldate;
453 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
454 if (shortdate == NULL){
466 temp = shortdate->format(curDate, temp);
500 delete shortdate;