Searched refs:fmtl (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Ddtfmttst.cpp3350 // fmtf, fmtl, fmtm, fmts;
3356 DateFormat* fmtl = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::FULL, loc); local
3359 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) {
3363 delete fmtl;
3370 strl = fmtl->format(dt, strl);
3393 delete fmtl;

Completed in 47 milliseconds