Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/intltest/
Ddtfmttst.cpp3166 DateFormat* fmtl = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::FULL, loc); in Test6726() local
3169 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) { in Test6726()
3173 delete fmtl; in Test6726()
3180 strl = fmtl->format(dt, strl); in Test6726()
3200 delete fmtl; in Test6726()
/external/icu4c/test/intltest/
Ddtfmttst.cpp3227 DateFormat* fmtl = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::FULL, loc); in Test6726() local
3230 if (fmtf == NULL || fmtl == NULL || fmtm == NULL || fmts == NULL) { in Test6726()
3234 delete fmtl; in Test6726()
3241 strl = fmtl->format(dt, strl); in Test6726()
3261 delete fmtl; in Test6726()