Home | History | Annotate | Download | only in intltest

Lines Matching refs:shortdate

435     DateFormat *shortdate, *fulldate;
449 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
450 if (shortdate == NULL){
462 temp = shortdate->format(curDate, temp);
496 delete shortdate;