Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmts

3516     // fmtf, fmtl, fmtm, fmts;
3524 DateFormat* fmts = DateFormat::createDateTimeInstance(DateFormat::SHORT, DateFormat::FULL, loc);
3525 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) {
3531 delete fmts;
3538 strs = fmts->format(dt, strs);
3553 delete fmts;