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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp3224 // fmtf, fmtl, fmtm, fmts;
3229 DateFormat* fmtf = DateFormat::createDateTimeInstance(DateFormat::FULL, DateFormat::FULL, loc); local
3233 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) {
3236 delete fmtf;
3243 strf = fmtf->format(dt, strf);
3266 delete fmtf;
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp3516 // fmtf, fmtl, fmtm, fmts;
3521 DateFormat* fmtf = DateFormat::createDateTimeInstance(DateFormat::FULL, DateFormat::FULL, loc); local
3525 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) {
3528 delete fmtf;
3535 strf = fmtf->format(dt, strf);
3550 delete fmtf;

Completed in 372 milliseconds